Chronos: add a how to guide to help users replay their forecaster with pre/post processing in production env (#6258)

* add notebook

* add updates

* rm output

* fix link

* add fix

* fix index
This commit is contained in:
Junwei Deng 2022-11-17 19:28:34 +08:00 committed by GitHub
parent 62694b420e
commit 022d8d661c
3 changed files with 8 additions and 0 deletions

View file

@ -192,6 +192,7 @@ subtrees:
- file: doc/Chronos/Howto/how_to_export_openvino_files
- file: doc/Chronos/Howto/how_to_export_torchscript_files
- file: doc/Chronos/Howto/how_to_preprocess_my_data
- file: doc/Chronos/Howto/how_to_process_data_in_production_environment
- file: doc/Chronos/QuickStart/index
title: "Tutorials"
subtrees:

View file

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

View file

@ -23,3 +23,7 @@ Forecasting
* `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>`__
Deployment
-------------------------
* `A whole workflow in production environment after my forecaster is developed <how_to_process_data_in_production_environment.html>`__