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-learnThe 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 -
b72778dDOC Move SVM parameter validation back to log 1.1 (#22072) -
4954a51fix remove 1.1 log -
c7b02f5DOC move fixes from 1.1 to 1.0.2 (#22070) -
350bbf8DOC update list of authors -
063f72fDOC update release date and bumpversion -
afa6333FIX wrong conflict resolution -
f952d92FIX Improves feature names support for SelectFromModel + Est w/o names (#21991) -
3773ee7CI Fixes wheel building (#22051) -
bd2ed7fDOC Ensures randomized_range_finder passes numpydoc validation (#22069) - Additional commits viewable in compare view