charlesfrye / AppliedStatisticsForNeuroscience

Materials for UC Berkeley Neuroscience 299
52 stars 17 forks source link

Use scikit-learn for the modeling section? #27

Open charlesfrye opened 7 years ago

charlesfrye commented 7 years ago

scikit-learn is easy to use and, as of 0.18, well-integrated with pandas.

The interactive sections aren't necessarily worth changing, but the sections on fitting and cross-validating probably are.

charlesfrye commented 7 years ago

This won't make it into the Spring 2018 version of the course, but would be a good addition for future versions.

charlesfrye commented 6 years ago

For Lab 08, on fitting, the material on maximum likelihood could be moved to a tutorial and a second lab called something like "Fitting Models in Python with sklearn" could be added.