Skip to content

Commit

Permalink
Merge pull request udacity#169 from brandon-o/patch-1
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
adarsh0806 committed Dec 9, 2016
2 parents f71bab5 + 5bc0fda commit be053d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/student_intervention/student_intervention.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"# TODO: Import the three supervised learning models from sklearn\n",
"# from sklearn import model_A\n",
"# from sklearn import model_B\n",
"# from skearln import model_C\n",
"# from sklearn import model_C\n",
"\n",
"# TODO: Initialize the three models\n",
"clf_A = None\n",
Expand Down

0 comments on commit be053d2

Please sign in to comment.