forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tune] Remove
tune/automl
(ray-project#35557)
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
- Loading branch information
1 parent
8c2bb46
commit 6983cd0
Showing
37 changed files
with
4 additions
and
3,096 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
from ray.tune.automl.genetic_searcher import GeneticSearch | ||
from ray.tune.automl.search_policy import GridSearch, RandomSearch | ||
from ray.tune.automl.search_space import SearchSpace, ContinuousSpace, DiscreteSpace | ||
|
||
__all__ = [ | ||
"ContinuousSpace", | ||
"DiscreteSpace", | ||
"SearchSpace", | ||
"GridSearch", | ||
"RandomSearch", | ||
"GeneticSearch", | ||
] | ||
raise DeprecationWarning("`ray.tune.automl` is deprecated in Ray 2.6.") |
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.