Skip to content

Commit 192afbc

Browse files
committed
fixed text solution.ipynb, learn.json
1 parent 63c2a41 commit 192afbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"syntax": "python",
1111
"duration" : 2,
1212
"projectType": "project",
13-
"description" : "Use decision tree algorithm to diagnose diabetes by using patiente medical information from previous medical exams"
13+
"description" : "Use decision tree algorithm to diagnose diabetes by using patients medical information from previous medical exams"
1414
}

solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
}
387387
],
388388
"source": [
389-
"# There is not required a normalization process for the variables to train this model\n",
389+
"# No normalization of variables is needed for training this model\n",
390390
"\n",
391391
"# Feature selection\n",
392392
"\n",

0 commit comments

Comments
 (0)