Skip to content

Commit

Permalink
Fix a bug of readthedocs about get_public_dataset (intel-analytics#5808)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 authored and ForJadeForest committed Sep 20, 2022
1 parent 7967e39 commit 93028dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Built-in Dataset supports the function of data downloading, preprocessing, and r

Specify the `name`, the raw data file will be saved in the specified `path` (defaults to ~/.chronos/dataset). `redownload` can help you re-download the files you need.

When `with_split` is set to True, the length of the data set will be divided according to the specified `val_ratio` and `test_ratio`, and three `TSDataset` will be returned. `with_split` defaults to False, that is, only one `TSDataset` is returned.
When `with_split` is set to True, the length of the data set will be divided according to the specified `val_ratio` and `test_ratio`, and three `TSDataset` will be returned. `with_split` defaults to True, `val_ratio` and `test_ratio` defaults to **0.1**. If you need only one `TSDataset`, just specify `with_split` to False.
About `TSDataset`, more details, please refer to [here](../../PythonAPI/Chronos/tsdataset.html).

```python
Expand Down

0 comments on commit 93028dd

Please sign in to comment.