You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exercise with Titanic data ([notebook](http://nbviewer.ipython.org/github/justmarkham/DAT8/blob/master/notebooks/12_titanic_confusion.ipynb), [data](data/titanic.csv), [data dictionary](https://www.kaggle.com/c/titanic/data))
* If you aren't yet comfortable with all of the confusion matrix terminology, watch Rahul Patwari's videos on [Intuitive sensitivity and specificity](https://www.youtube.com/watch?v=U4_3fditnWg) (9 minutes) and [The tradeoff between sensitivity and specificity](https://www.youtube.com/watch?v=vtYDyGGeQyo) (13 minutes).
338
-
* Video assignment on [ROC curves and AUC](homework/13_roc_auc.md)
339
+
* Video/reading assignment on [ROC curves and AUC](homework/13_roc_auc.md)
339
340
* Video/reading assignment on [cross-validation](homework/13_cross_validation.md)
Copy file name to clipboardExpand all lines: homework/10_yelp_votes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ This assignment uses a small subset of the data from Kaggle's [Yelp Business Rat
22
22
7.**Bonus:** Think of some new features you could create from the existing data that might be predictive of the response. Figure out how to create those features in Pandas, add them to your model, and see if the RMSE improves.
23
23
8.**Bonus:** Compare your best RMSE on the testing set with the RMSE for the "null model", which is the model that ignores all features and simply predicts the mean response value in the testing set.
24
24
9.**Bonus:** Instead of treating this as a regression problem, treat it as a classification problem and see what testing accuracy you can achieve with KNN.
25
-
10.**Bonus:** Figure out how to use linear regression for classification, and compare its classification accuracy to KNN.
25
+
10.**Bonus:** Figure out how to use linear regression for classification, and compare its classification accuracy with KNN's accuracy.
0 commit comments