Skip to content

Bump scikit-learn from 0.24.0 to 0.24.1

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

Bumps scikit-learn from 0.24.0 to 0.24.1.

Release notes

Sourced from scikit-learn's releases.

scikit-learn 0.24.1

We're happy to announce the 0.24.1 release with several bugfixes:

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v0.24.html#version-0-24-1

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
  • c651292 Trigger wheel builder workflow for 0.24.1: [cd build]
  • 3fea406 TST Fix scipy DeprecationWarning from wminkowski in nightly (#18930)
  • 802b76d TST Adapts wminkowski for scipy 1.6.0 (#19096)
  • db8c5eb DOC add entry in whats new for numerical instability in mutual information (#...
  • 9c0a153 DOC update the version and year release
  • 2e648fd DOC add entry in whats new for 0.24.1 (#19196)
  • 9bcc687 DOC Replacing swarmplot with stripplot to avoid seaborn warning (#19195)
  • 8240de0 DOC Add link to video for contributing: Andreas video Volume 2 (#19180)
  • 3955ca2 DOC description for Calinski-Harabasz Index (#19167)
  • c624da7 FIX Fixes issue with exatly_zero_info_score (#19179)
  • Additional commits viewable in compare view

Merge request reports