mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[tune] reenable sklearn (#11192)
This commit is contained in:
parent
5d7f271e7d
commit
9522918fa2
1 changed files with 8 additions and 8 deletions
16
doc/BUILD
16
doc/BUILD
|
@ -54,14 +54,14 @@ py_test(
|
||||||
# Please keep these sorted alphabetically.
|
# Please keep these sorted alphabetically.
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
# py_test(
|
py_test(
|
||||||
# name = "tune_sklearn",
|
name = "tune_sklearn",
|
||||||
# size = "medium",
|
size = "medium",
|
||||||
# main = "source/tune/_tutorials/tune-sklearn.py",
|
main = "source/tune/_tutorials/tune-sklearn.py",
|
||||||
# srcs = ["source/tune/_tutorials/tune-sklearn.py"],
|
srcs = ["source/tune/_tutorials/tune-sklearn.py"],
|
||||||
# tags = ["exclusive", "example"],
|
tags = ["exclusive", "example"],
|
||||||
# args = ["--smoke-test"]
|
args = ["--smoke-test"]
|
||||||
# )
|
)
|
||||||
|
|
||||||
py_test(
|
py_test(
|
||||||
name = "tune_serve_integration_mnist",
|
name = "tune_serve_integration_mnist",
|
||||||
|
|
Loading…
Add table
Reference in a new issue