diff --git a/1-Introduction/04-stats-and-probability/assignment.md b/1-Introduction/04-stats-and-probability/assignment.md index 08ac35ac..058c9543 100644 --- a/1-Introduction/04-stats-and-probability/assignment.md +++ b/1-Introduction/04-stats-and-probability/assignment.md @@ -13,13 +13,14 @@ In this assignment, we will work with a small dataset of diabetes patients taken * Open the [assignment notebook](assignment.ipynb) in a jupyter notebook environment * Complete all tasks listed in the notebook, namely: - [ ] Compute mean values and variance for all values - [ ] Plot boxplots for BMI, BP and Y depending on gender - [ ] What is the the distribution of Age, Sex, BMI and Y variables? - [ ] Test the correlation between different variables and disease progression (Y) - [ ] Test the hypothesis that the degree of diabetes progression is different between men and women + * [ ] Compute mean values and variance for all values + * [ ] Plot boxplots for BMI, BP and Y depending on gender + * [ ] What is the the distribution of Age, Sex, BMI and Y variables? + * [ ] Test the correlation between different variables and disease progression (Y) + * [ ] Test the hypothesis that the degree of diabetes progression is different between men and women + ## Rubric Exemplary | Adequate | Needs Improvement --- | --- | -- | -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 \ No newline at end of file +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