Skip to content

Commit

Permalink
[Tune] Remove tune/automl (ray-project#35557)
Browse files Browse the repository at this point in the history
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
bveeramani authored and arvind-chandra committed Aug 31, 2023
1 parent 8c2bb46 commit 6983cd0
Show file tree
Hide file tree
Showing 37 changed files with 4 additions and 3,096 deletions.
6 changes: 0 additions & 6 deletions doc/source/tune/examples/includes/genetic_example.rst

This file was deleted.

22 changes: 3 additions & 19 deletions python/ray/tune/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ doctest(
"**/tests/**",
"suggest/**",
"impl/test_utils.py",
"automl/board/**",
# Deprecated
"automl/**",
"checkpoint_manager.py",
"cluster_info.py",
"config_parser.py",
Expand All @@ -21,7 +22,7 @@ doctest(
"trial.py",
"trial_runner.py",
"utils/placement_groups.py",
"utils/trainable.py"
"utils/trainable.py",
]
),
tags = ["team:ml"]
Expand Down Expand Up @@ -62,14 +63,6 @@ py_test(
tags = ["team:ml", "exclusive", "rllib"],
)

py_test(
name = "test_automl_searcher",
size = "small",
srcs = ["tests/test_automl_searcher.py"],
deps = [":tune_lib"],
tags = ["team:ml", "exclusive"],
)

py_test(
name = "test_callbacks",
size = "small",
Expand Down Expand Up @@ -668,15 +661,6 @@ py_test(
args = ["--smoke-test"]
)

py_test(
name = "genetic_example",
size = "small",
srcs = ["examples/genetic_example.py"],
deps = [":tune_lib"],
tags = ["team:ml", "exclusive", "example"],
args = ["--smoke-test"]
)

py_test(
name = "hebo_example",
size = "medium",
Expand Down
13 changes: 1 addition & 12 deletions python/ray/tune/automl/__init__.py
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.")
16 changes: 0 additions & 16 deletions python/ray/tune/automl/board/README.md

This file was deleted.

Empty file.
Empty file.
Loading

0 comments on commit 6983cd0

Please sign in to comment.