From caa7a61d745ffd74a343a93fb1fd9b8209cfeaef Mon Sep 17 00:00:00 2001 From: TheaperDeng Date: Fri, 16 Jul 2021 19:12:06 +0800 Subject: [PATCH] remove [automl] --- docs/readthedocs/source/doc/Chronos/Overview/chronos.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md index 5099cd01ad..18378af993 100644 --- a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md +++ b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md @@ -21,8 +21,6 @@ pip install analytics-zoo[ray]==0.11.0 Some dependencies are needed by different components in Chronos. Please install them: `tensorflow>=1.15.0,<2.0.0`, `h5py==2.10.0`, `ray[tune]==1.2.0`, `pandas`, `scikit-learn>=0.20.0,<=0.22.0`, `requests`, `tsfresh`, `torch==1.8.1`. -Note: `[automl]` config is not officially provided in 0.11.0. - ### **3 Initialization** _Chronos_ uses [Orca](../../Orca/Overview/orca.md) to enable distributed training and AutoML capabilities. Init orca as below. View [Orca Context](../../Orca/Overview/orca-context.md) for more details. Note that argument `init_ray_on_spark` must be `True` for _Chronos_.