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

Update lecture2-supervised-learning.ipynb #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aml-book/contents/lecture2-supervised-learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"\n",
"Let’s start with a simple dataset of medical patients.\n",
"\n",
"* For each patient we have a access to their BMI and an estimate of diabetes risk (from 0-400).\n",
"* For each patient we have access to their BMI and an estimate of diabetes risk (from 0-400).\n",
"* We are interested in understanding how BMI affects an individual's diabetes risk."
]
},
Expand Down Expand Up @@ -740,7 +740,7 @@
" - s5 ltg, lamotrigine\n",
" - s6 glu, blood sugar level\n",
"\n",
"Note: Each of these 10 feature variables have been mean centered and scaled by the standard deviation times `n_samples` (i.e. the sum of squares of each column totals 1).\n",
"Note: Each of these 10 feature variables has been mean-centered and scaled by the standard deviation times `n_samples` (i.e. the sum of squares of each column totals 1).\n",
"\n",
"Source URL:\n",
"https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html\n",
Expand Down