Update scikit-learn to 0.22.2 by desilinguist · Pull Request #595 · EducationalTestingService/skll
Conversation
This PR:
- updates scikit-learn from 0.21.3 to 0.22.2
- updates test data due to this update
- updates import statements because of scikit-learn's API refactoring
- fixes a bug in
logutils.py.
Note: The conda and PyPI packages for 0.22.2 have a strange name this time (0.22.2.post1). This is most likely because they needed to fix something after they had already uploaded 0.22.2 to PyPI which does not allow re-uploading with the same version number.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any change in the data or experiments in the tests. In a few cases I see a bigger difference, so wondering why it is happening.
@bndgyawali there are a lot of bug fixes and changes in scikit-learn so all of the changes in the numbers are due to that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters