Bump scikit-learn from 1.0.1 to 1.0.2
Bumps scikit-learn from 1.0.1 to 1.0.2.
Release notes
Sourced from scikit-learn's releases.
scikit-learn 1.0.2
We're happy to announce the 1.0.2 release with several bugfixes:
You can see the changelog here: https://scikit-learn.org/dev/whats_new/v1.0.html#version-1-0-2
You can upgrade with pip as usual:
pip install -U scikit-learn
The conda-forge builds will be available shortly, which you can then install using:
conda install -c conda-forge scikit-learn
Commits
-
7e1e6d0
[cd build] Trigger CI/CD -
b72778d
DOC Move SVM parameter validation back to log 1.1 (#22072) -
4954a51
fix remove 1.1 log -
c7b02f5
DOC move fixes from 1.1 to 1.0.2 (#22070) -
350bbf8
DOC update list of authors -
063f72f
DOC update release date and bumpversion -
afa6333
FIX wrong conflict resolution -
f952d92
FIX Improves feature names support for SelectFromModel + Est w/o names (#21991) -
3773ee7
CI Fixes wheel building (#22051) -
bd2ed7f
DOC Ensures randomized_range_finder passes numpydoc validation (#22069) - Additional commits viewable in compare view