Chronos: forecaster save/load how-to guide (#5684)

* how to save and load forecaseter

* add  doc of forecaster save and load

* update save and load notebook

* update notebook

* update link

* fix typo

Co-authored-by: ruoan1.wang <ruonan1.wang@intel.com>
This commit is contained in:
David smurf 2022-11-08 21:49:23 +08:00 committed by GitHub
parent 7302451234
commit 4403c7727f
3 changed files with 5 additions and 0 deletions

View file

@ -180,6 +180,7 @@ subtrees:
- file: doc/Chronos/Howto/docker_guide_single_node
- file: doc/Chronos/Howto/how_to_create_forecaster
- file: doc/Chronos/Howto/how_to_train_forecaster_on_one_node
- file: doc/Chronos/Howto/how_to_save_and_load_forecaster
- file: doc/Chronos/Howto/how_to_tune_forecaster_model
- file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_ONNXRuntime
- file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO

View file

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

View file

@ -12,6 +12,7 @@ Forecasting
-------------------------
* `Create a forecaster <how_to_create_forecaster.html>`__
* `Train forecaster on single node <how_to_train_forecaster_on_one_node.html>`__
* `Save and load a forecaster <how_to_save_and_load_forecaster.html>`__
* `Tune forecaster on single node <how_to_tune_forecaster_model.html>`__
* `Speed up inference of forecaster through ONNXRuntime <how_to_speedup_inference_of_forecaster_through_ONNXRuntime.html>`__
* `Speed up inference of forecaster through OpenVINO <how_to_speedup_inference_of_forecaster_through_OpenVINO.html>`__