scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
480 stars 106 forks source link

Investigate problems integration tests (sklearn==0.21) #153

Closed Menelau closed 4 years ago

Menelau commented 5 years ago

Several integration tests are failing when using sklearn version 0.21, the results are not matching with the expected ones.

That was probably caused by the changing on the behavior of certain sklearn algorithms (see: https://scikit-learn.org/stable/whats_new.html), however, it still needs to be investigated (could also be a change on default hyperparameter).