From dffc40630bf25ebd921f2e796dc06d6c17d50c03 Mon Sep 17 00:00:00 2001 From: liangs6212 <80952198+liangs6212@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:54:31 +0800 Subject: [PATCH] Chronos: Change the redownload method (#3211) * change redownload,with_split default True. * remove float * fix "network_traffic" typo * add built-in dataset api doc --- .../source/doc/PythonAPI/Chronos/tsdataset.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/readthedocs/source/doc/PythonAPI/Chronos/tsdataset.rst b/docs/readthedocs/source/doc/PythonAPI/Chronos/tsdataset.rst index ccfc1e8b..2be5f92f 100644 --- a/docs/readthedocs/source/doc/PythonAPI/Chronos/tsdataset.rst +++ b/docs/readthedocs/source/doc/PythonAPI/Chronos/tsdataset.rst @@ -22,3 +22,12 @@ XShardsTSDataset can be initialized from xshards of pandas dataframe and be conv :members: :undoc-members: :show-inheritance: + + +Built-in Dataset +-------------------------------------------- + +Built-in dataset can be downloaded and preprocessed by this function. Train, validation and test split is also supported. + +.. automodule:: bigdl.chronos.data.repo_dataset + :members: