Skip to content

Commit 5b9d87c

Browse files
Update assignment.md
Fix display of checkboxes in the unordered list
1 parent 4b51b11 commit 5b9d87c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

1-Introduction/04-stats-and-probability/assignment.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ In this assignment, we will work with a small dataset of diabetes patients taken
1313

1414
* Open the [assignment notebook](assignment.ipynb) in a jupyter notebook environment
1515
* Complete all tasks listed in the notebook, namely:
16-
[ ] Compute mean values and variance for all values
17-
[ ] Plot boxplots for BMI, BP and Y depending on gender
18-
[ ] What is the the distribution of Age, Sex, BMI and Y variables?
19-
[ ] Test the correlation between different variables and disease progression (Y)
20-
[ ] Test the hypothesis that the degree of diabetes progression is different between men and women
16+
* [ ] Compute mean values and variance for all values
17+
* [ ] Plot boxplots for BMI, BP and Y depending on gender
18+
* [ ] What is the the distribution of Age, Sex, BMI and Y variables?
19+
* [ ] Test the correlation between different variables and disease progression (Y)
20+
* [ ] Test the hypothesis that the degree of diabetes progression is different between men and women
21+
2122
## Rubric
2223

2324
Exemplary | Adequate | Needs Improvement
2425
--- | --- | -- |
25-
All required tasks are complete, graphically illustrated and explained | Most of the tasks are complete, explanations or takeaways from graphs and/or obtained values are missing | Only basic tasks such as computation of mean/variance and basic plots are complete, no conclusions are made from the data
26+
All required tasks are complete, graphically illustrated and explained | Most of the tasks are complete, explanations or takeaways from graphs and/or obtained values are missing | Only basic tasks such as computation of mean/variance and basic plots are complete, no conclusions are made from the data

0 commit comments

Comments
 (0)