-
Notifications
You must be signed in to change notification settings - Fork 8
Logistic Regressions
dhercher edited this page Mar 10, 2014
·
5 revisions
- Logistic Regression Walkthrough
- Logistic Regression using Stats Model - Well Switching in Bangledesh
- Odds Ratio Explanation
- Fast Logistic Regression: Vowpal Wabbit
- Fast Logistic Regression: LIBLINEAR
We'll be working with the data on Well Switching in Bangledesh. Use our code in the ipynb, there are some errors on the site.
Last week we used the NCAA data to predict the team margin by game. Now try adapting that data to predict win/lose using a logistic regression! You should add at least 2 new features to your data set and run through the same steps we used in the classwork