INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

MAINT Update scikit-learn to v 1.2.1 #684

Closed ArturoAmorQ closed 1 year ago

ArturoAmorQ commented 1 year ago

The sickit-learn v1.1.1 was introduced in #637. Now the time has come to update to v1.2.1. This is required for #674 and #683.

ogrisel commented 1 year ago

Why is this still in draft?

I noticed that we get deprecation warnings with respect OneHotEncoder(sparse=False) which should now be OneHotEncoder(sparse_output=False).

ArturoAmorQ commented 1 year ago

I converted to draft until we finish the Inria Academy session, just to avoid potential confusion. Thanks for the comments!