Skip to content

Commit 5bc0fda

Browse files
authored
Correct typo
1 parent f71bab5 commit 5bc0fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/student_intervention/student_intervention.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"# TODO: Import the three supervised learning models from sklearn\n",
357357
"# from sklearn import model_A\n",
358358
"# from sklearn import model_B\n",
359-
"# from skearln import model_C\n",
359+
"# from sklearn import model_C\n",
360360
"\n",
361361
"# TODO: Initialize the three models\n",
362362
"clf_A = None\n",

0 commit comments

Comments
 (0)