We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c2a41 commit 192afbcCopy full SHA for 192afbc
learn.json
@@ -10,5 +10,5 @@
10
"syntax": "python",
11
"duration" : 2,
12
"projectType": "project",
13
- "description" : "Use decision tree algorithm to diagnose diabetes by using patiente medical information from previous medical exams"
+ "description" : "Use decision tree algorithm to diagnose diabetes by using patients medical information from previous medical exams"
14
}
solution.ipynb
@@ -386,7 +386,7 @@
386
387
],
388
"source": [
389
- "# There is not required a normalization process for the variables to train this model\n",
+ "# No normalization of variables is needed for training this model\n",
390
"\n",
391
"# Feature selection\n",
392
0 commit comments