You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?