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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
4
4
Tune-sklearn is a drop-in replacement for Scikit-Learn’s model selection module (GridSearchCV, RandomizedSearchCV) with cutting edge hyperparameter tuning techniques.
5
5
6
+
## ⚠️ `tune-sklearn` is no longer being maintained
7
+
8
+
The latest release `0.5.0` is the last version of the library that will be released by the Ray team, and it is compatible
9
+
with `ray>=2.7.x, ray<=2.9.x`. The library will not be guaranteed to work with future Ray versions.
10
+
11
+
The recommended alternative to keep up with the latest version of Ray is to migrate `tune-sklearn` usage
12
+
to the [Ray Tune APIs](https://docs.ray.io/en/latest/tune/getting-started.html) to accomplish the same thing.
13
+
14
+
Feel free to post an issue on the [Ray Github](https://github.com/ray-project/ray) if you run into any issues in migrating.
0 commit comments