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:
parent
62694b420e
commit
022d8d661c
3 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_process_data_in_production_environment.ipynb"
|
||||
}
|
||||
|
|
@ -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>`__
|
||||
|
|
|
|||
Loading…
Reference in a new issue