Chronos: upload prediction how-to-guide. (#5959)
* Upload:how_to_use_forecaster_to_predict_future_data how to guide. * Update: update hyperlink in notebook. * Update: update how-to-guide * Update: update guide with pure prediction. * tmp save * test * update how to predict * make cell hidden * update * update toc * update based on coments Co-authored-by: ruoan1.wang <ruonan1.wang@intel.com>
This commit is contained in:
parent
a46618844f
commit
4f3c27bde0
3 changed files with 5 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ subtrees:
|
|||
- file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_ONNXRuntime
|
||||
- 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_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_use_forecaster_to_predict_future_data.ipynb"
|
||||
}
|
||||
|
|
@ -17,6 +17,7 @@ Forecasting
|
|||
* `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>`__
|
||||
* `Evaluate a forecaster <how_to_evaluate_a_forecaster.html>`__
|
||||
* `Use forecaster to predict future data <how_to_use_forecaster_to_predict_future_data.html>`__
|
||||
* `Generate confidence interval for prediction <how_to_generate_confidence_interval_for_prediction.html>`__
|
||||
* `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>`__
|
||||
|
|
|
|||
Loading…
Reference in a new issue