Chronos: How to use built-in dataset (#6572)

* add how to use built-in dataset

* how-to-use-built-in-dataset

* fix issue

* rst link

* remove dedundancy code

* fix syntax error

* fix conflict

* reset

* reset again
This commit is contained in:
liangs6212 2023-01-05 19:22:21 +08:00 committed by GitHub
parent 1d4d65dd07
commit 9db2b48519
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_use_built-in_datasets.ipynb"
}

View file

@ -11,6 +11,7 @@ Installation
Data Processing
-------------------------
* `Preprocess my data <how_to_preprocess_my_data.html>`__
* `Built-in dataset <how_to_use_built-in_datasets.html>`__
Forecasting
@ -37,6 +38,8 @@ Persist a forecaster
* `Export the ONNX model files to disk <how_to_export_onnx_files.html>`__
* `Export the OpenVINO model files to disk <how_to_export_openvino_files.html>`__
* `Export the TorchScript model files to disk <how_to_export_torchscript_files.html>`__
* `Preprocess my data <how_to_preprocess_my_data.html>`__
* `Built-in dataset <how_to_use_built-in_datasets.html>`__
Benchmark a forecaster
~~~~~~~~~~~~~~~~~~~~~~~~~