ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

Fix `ExperimentAnalysis` usage for Ray 2.7 #272

Closed justinvyu closed 10 months ago

justinvyu commented 1 year ago

Ray 2.7 has some breaking API changes for tune.ExperimentAnalysis, which tune-sklearn depends on to construct the output. This PR fixes the API usage.

Closes https://github.com/ray-project/tune-sklearn/issues/273