automl / auto-sklearn

Automated Machine Learning with scikit-learn
https://automl.github.io/auto-sklearn
BSD 3-Clause "New" or "Revised" License
7.66k stars 1.28k forks source link

[Question] Is it possible to use Scikit-learn version >=1.1.1 #1597

Open ennodepenno opened 2 years ago

ennodepenno commented 2 years ago

Working with Scikit-learn version 1.1.1 and auto-sklearn 0.15.0 using Pycharm is working fine. When building a docker container an error message occurres: auto-sklearn 0.15.0 depends on scikit-learn<0.25.0 and >=0.24.0

Is it possible to update the auto-sklearn to require the latest version of Scikit-learn?

detrin commented 2 years ago

+1 Because scikit-learn<0.25.0 and >=0.24.0 is really outdated.

ennodepenno commented 2 years ago

+1 Because scikit-learn<0.25.0 and >=0.24.0 is really outdated.

Just another reason to update auto-sklearn to the latest scikit-learn versions right?

detrin commented 2 years ago

+1 Because scikit-learn<0.25.0 and >=0.24.0 is really outdated.

Just another reason to update auto-sklearn to the latest scikit-learn versions right? Exactly, not sure whether auto-sklearn is slowly dying or not

eddiebergman commented 2 years ago

Hi all,

Sorry for the haitus, I'm currently the only maintainer and I do have other responsibilities, so maintenance has slowed down a lot, but not dead. I have some time during the next two weeks to fix some things, this is high on the list!

As always, feel free to contribute if there is anything you wish to get through quicker!

Best, Eddie