EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Upgrade scikit-learn to 0.24.1 #653

Closed desilinguist closed 3 years ago

desilinguist commented 3 years ago

See full changelog. Since this has many API changes, this might be a bit of work.

desilinguist commented 3 years ago

Going through the changelog, it looks like the deprecation of coef_ and intercept_ in naive bayes estimators might be an issue. See PR here.

desilinguist commented 3 years ago

We should also check the default parameter values for the various learners and make sure we are using the recommended values for our parameter grids and defaults.

desilinguist commented 3 years ago

Here's a running list of all the changes this will entail: