Bump scikit-learn from 0.22.1 to 0.23.1
Bumps scikit-learn from 0.22.1 to 0.23.1.
Release notes
Sourced from scikit-learn's releases.
scikit-learn 0.23.1
We're happy to announce the 0.23.1 release which fixes a few issues affecting many users, namely: K-Means should be faster for small sample sizes, and the representation of third-party estimators was fixed.
You can check this version out using:
pip install -U scikit-learn
You can see the changelog here: https://scikit-learn.org/stable/whats_new/v0.23.html#version-0-23-1 The conda-forge builds will be available shortly, which you can then install using:
conda install -c conda-forge scikit-learn
scikit-learn 0.23.0
We're happy to announce the 0.23 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v0.23.html#version-0-23-0
This version supports Python versions 3.6 to 3.8.
Scikit-learn 0.22.2.post1
We're happy to announce the 0.22.2.post1 bugfix release.
The 0.22.2.post1 release includes a packaging fix for the source distribution but the content of the packages is otherwise identical to the content of the wheels with the 0.22.2 version (without the .post1 suffix).
Change log under https://scikit-learn.org/stable/whats_new/v0.22.html#changes-0-22-2.
This version supports Python versions 3.5 to 3.8.
Commits
-
fd23727
MNT Completes position arg deprecation (#17272) -
467d95f
DOC Add threadpoolctl requirement to documentation (#17273) -
256afb3
DOC prepare whats_new for 0.23.1 (#17270) -
3905fc0
MNT bump version to 0.23.1 -
2431ea3
BUG Fixes cython code for ppc arch (#17201) -
04e485e
DOC avoid FutureWarnings for deprecations examples (#17264) -
1dfc42a
DOC Fix parametrize_with_checks link (#17263) -
25e6fd1
DOC Add explanation of why iterative imputer is experimental (#17115) -
6088842
DOC Update plot_column_transformer to notebook style (#17028) -
c19aa54
MNT Fix incorrect source code link for wrapped objects (#17247) - Additional commits viewable in compare view