Chronos: add how to guide for forecaster.optimize (#7387)
This commit is contained in:
parent
90c76ce7a2
commit
08a556239c
3 changed files with 5 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ subtrees:
|
|||
- file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO
|
||||
- file: doc/Chronos/Howto/how_to_evaluate_a_forecaster
|
||||
- file: doc/Chronos/Howto/how_to_use_forecaster_to_predict_future_data
|
||||
- file: doc/Chronos/Howto/how_to_optimize_a_forecaster
|
||||
- file: doc/Chronos/Howto/how_to_generate_confidence_interval_for_prediction
|
||||
- file: doc/Chronos/Howto/how_to_export_onnx_files
|
||||
- file: doc/Chronos/Howto/how_to_export_openvino_files
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_optimize_a_forecaster.ipynb"
|
||||
}
|
||||
|
|
@ -31,6 +31,7 @@ Speed up a forecaster
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* `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>`__
|
||||
* `Optimize a forecaster by searching the best accelerate method <how_to_optimize_a_forecaster.html>`__
|
||||
|
||||
Persist a forecaster
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue