Skip to content

Logistic Regressions

dhercher edited this page Mar 10, 2014 · 5 revisions

Lesson 6: Logistic Regressions

Resources

Classwork

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.

Homework

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