Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some bugs #334

Merged
merged 11 commits into from
Sep 6, 2021
Prev Previous commit
Update README.md
  • Loading branch information
ChungZH authored Sep 5, 2021
commit 926f5b59cad34cb881491cb204482ad96cbedf2c
8 changes: 4 additions & 4 deletions 2-Regression/1-Tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Import some libraries to help with your tasks.

The built-in [diabetes dataset](https://scikit-learn.org/stable/datasets/toy_dataset.html#diabetes-dataset) includes 442 samples of data around diabetes, with 10 feature variables, some of which include:

age: age in years
bmi: body mass index
bp: average blood pressure
s1 tc: T-Cells (a type of white blood cells)
- age: age in years
- bmi: body mass index
- bp: average blood pressure
- s1 tc: T-Cells (a type of white blood cells)

✅ This dataset includes the concept of 'sex' as a feature variable important to research around diabetes. Many medical datasets include this type of binary classification. Think a bit about how categorizations such as this might exclude certain parts of a population from treatments.

Expand Down