Chronos: how to evaluate using forecaster (#5710)
This commit is contained in:
parent
fced58a044
commit
88faa59eb4
2 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_evaluate_a_forecaster.ipynb"
|
||||
}
|
||||
|
|
@ -4,6 +4,7 @@ How-to guides are bite-sized, executable examples where users could check when m
|
|||
|
||||
Install
|
||||
-------------------------
|
||||
|
||||
* `Install Chronos on Windows <windows_guide.html>`__
|
||||
* `Use Chronos in container(docker) <docker_guide_single_node.html>`__
|
||||
|
||||
|
|
@ -21,6 +22,7 @@ Forecasting
|
|||
* `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>`__
|
||||
* `Evaluate a forecaster <how_to_evaluate_a_forecaster.html>`__
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
@ -31,4 +33,5 @@ Forecasting
|
|||
how_to_tune_forecaster_model
|
||||
how_to_speedup_inference_of_forecaster_through_ONNXRuntime
|
||||
how_to_speedup_inference_of_forecaster_through_OpenVINO
|
||||
how_to_evaluate_a_forecaster
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue