scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators
https://scikit-learn-extra.readthedocs.io
BSD 3-Clause "New" or "Revised" License
185 stars 42 forks source link

Fix compatibility with latest version of scikit-learn #131

Closed TimotheeMathieu closed 2 years ago

TimotheeMathieu commented 2 years ago

New version of scikit-learn changed squared_loss to squared_error, I fixed this issue in RobustWeightedRegressor New version of scikit-learn changed check_is_fitted common test that we also use and it failed for fastfood. There is also a parameter that changed for clustering bandwidth algo, need to be fixed in examples.

TimotheeMathieu commented 2 years ago

Ok, thanks for catching this. I changed azure pipeline to remove support for python 3.6 and I added a test specific for scikit-learn 1.0.0.