Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Update README with archival message (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Nov 4, 2023
1 parent b4fd126 commit 75e6a9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

Tune-sklearn is a drop-in replacement for Scikit-Learn’s model selection module (GridSearchCV, RandomizedSearchCV) with cutting edge hyperparameter tuning techniques.

## ⚠️ `tune-sklearn` is no longer being maintained

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
with `ray>=2.7.x, ray<=2.9.x`. The library will not be guaranteed to work with future Ray versions.

The recommended alternative to keep up with the latest version of Ray is to migrate `tune-sklearn` usage
to the [Ray Tune APIs](https://docs.ray.io/en/latest/tune/getting-started.html) to accomplish the same thing.

Feel free to post an issue on the [Ray Github](https://github.com/ray-project/ray) if you run into any issues in migrating.

## Features
Here’s what tune-sklearn has to offer:

Expand Down

0 comments on commit 75e6a9d

Please sign in to comment.