Chronos: Change the redownload method (#3211)
* change redownload,with_split default True. * remove float * fix "network_traffic" typo * add built-in dataset api doc
This commit is contained in:
parent
7abdb01c1c
commit
dffc40630b
1 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue