Chronos : How to generate confidence interval for prediction (#5817)
* first commit * fix version conflict in colab * update based on comment * change val_data to validation_data * remove exit()
This commit is contained in:
parent
27587b5db5
commit
f3c8ae37f1
2 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"path": "../../../../../../python/chronos/colab-notebook/howto/how_to_generate_confidence_interval_for_prediction.ipynb"
|
||||
}
|
||||
|
|
@ -23,6 +23,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>`__
|
||||
* `Generate confidence interval for prediction <how_to_generate_confidence_interval_for_prediction.html>`__
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
@ -34,4 +35,5 @@ Forecasting
|
|||
how_to_speedup_inference_of_forecaster_through_ONNXRuntime
|
||||
how_to_speedup_inference_of_forecaster_through_OpenVINO
|
||||
how_to_evaluate_a_forecaster
|
||||
how_to_generate_confidence_interval_for_prediction
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue