Skip to content

Commit 8b03a9d

Browse files
author
Jared Weed
committed
Clarification of requirements
1 parent deaa78e commit 8b03a9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/student_intervention/student_intervention.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,23 +378,23 @@
378378
"source": [
379379
"** Classifer 1 - ?** \n",
380380
"\n",
381-
"| Training Set Size | Prediction Time (train) | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
381+
"| Training Set Size | Training Time | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
382382
"| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
383383
"| 100 | | | | |\n",
384384
"| 200 | EXAMPLE | | | |\n",
385385
"| 300 | | | | EXAMPLE |\n",
386386
"\n",
387387
"** Classifer 2 - ?** \n",
388388
"\n",
389-
"| Training Set Size | Prediction Time (train) | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
389+
"| Training Set Size | Training Time | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
390390
"| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
391391
"| 100 | | | | |\n",
392392
"| 200 | EXAMPLE | | | |\n",
393393
"| 300 | | | | EXAMPLE |\n",
394394
"\n",
395395
"** Classifer 3 - ?** \n",
396396
"\n",
397-
"| Training Set Size | Prediction Time (train) | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
397+
"| Training Set Size | Training Time | Prediction Time (test) | F1 Score (train) | F1 Score (test) |\n",
398398
"| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
399399
"| 100 | | | | |\n",
400400
"| 200 | | | | |\n",
@@ -463,7 +463,7 @@
463463
},
464464
"outputs": [],
465465
"source": [
466-
"# TODO: Import 'gridSearchCV' and 'make_scorer'\n",
466+
"# TODO: Import 'GridSearchCV' and 'make_scorer'\n",
467467
"\n",
468468
"# TODO: Create the parameters list you wish to tune\n",
469469
"parameters = None\n",

0 commit comments

Comments
 (0)