|
378 | 378 | "source": [
|
379 | 379 | "** Classifer 1 - ?** \n",
|
380 | 380 | "\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", |
382 | 382 | "| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
|
383 | 383 | "| 100 | | | | |\n",
|
384 | 384 | "| 200 | EXAMPLE | | | |\n",
|
385 | 385 | "| 300 | | | | EXAMPLE |\n",
|
386 | 386 | "\n",
|
387 | 387 | "** Classifer 2 - ?** \n",
|
388 | 388 | "\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", |
390 | 390 | "| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
|
391 | 391 | "| 100 | | | | |\n",
|
392 | 392 | "| 200 | EXAMPLE | | | |\n",
|
393 | 393 | "| 300 | | | | EXAMPLE |\n",
|
394 | 394 | "\n",
|
395 | 395 | "** Classifer 3 - ?** \n",
|
396 | 396 | "\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", |
398 | 398 | "| :---------------: | :---------------------: | :--------------------: | :--------------: | :-------------: |\n",
|
399 | 399 | "| 100 | | | | |\n",
|
400 | 400 | "| 200 | | | | |\n",
|
|
463 | 463 | },
|
464 | 464 | "outputs": [],
|
465 | 465 | "source": [
|
466 |
| - "# TODO: Import 'gridSearchCV' and 'make_scorer'\n", |
| 466 | + "# TODO: Import 'GridSearchCV' and 'make_scorer'\n", |
467 | 467 | "\n",
|
468 | 468 | "# TODO: Create the parameters list you wish to tune\n",
|
469 | 469 | "parameters = None\n",
|
|
0 commit comments