Update scikit-learn to 0.24.1 by desilinguist · Pull Request #659 · EducationalTestingService/skll
added 9 commits
February 2, 2021 16:24- `GridSearchCV` now does not explicitly raise an error if there was an error in fitting the estimator. Rather, it simply returns `nan` as the score. This is not what we want in SKLL, so we set the `error_score` parameter to `raises` which will behave as expected.
- This requires setting `_use_dense_features` since sklearn requires non-sparse features for this type of model.
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