Skip to content

Bump scikit-learn from 1.2.1 to 1.2.2

WKDV Bot requested to merge dependabot/pip/scikit-learn-1.2.2 into develop

Bumps scikit-learn from 1.2.1 to 1.2.2.

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.2.2

We're happy to announce the 1.2.2 release.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.2.html#version-1-2-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
  • 9aaed49 [cd build]
  • 0ea5793 FIX TransformerMixin does not override index if transform=pandas (#25747)
  • 067f78e REL Update what's new for release 1.2.2 (#25778)
  • d8a3089 FIX Fixes bug OneHotEncoder's drop_idx_ when there are infrequent categories ...
  • e1038ad DOC Fix description of roc_auc_score for average=None (#25779)
  • 96ef1f4 bump version [cd build]
  • 4ef79a1 FIX raise a better error in partial_dependence with mixed type categories (#2...
  • 2259be9 DOC Promote Tim Head to the Core Contributor Team (#25765)
  • 0cae7df FIX Raise an error when min_samples_split=1 in trees (#25744)
  • 12f1675 FIX add retry mechanism to handle quotechar in read_csv (#25511)
  • Additional commits viewable in compare view

Merge request reports