From 88faa59eb4892c0f59a4d147573a32a38ad50f28 Mon Sep 17 00:00:00 2001 From: binbin Deng <108676127+plusbang@users.noreply.github.com> Date: Fri, 16 Sep 2022 09:06:27 +0800 Subject: [PATCH] Chronos: how to evaluate using forecaster (#5710) --- .../doc/Chronos/Howto/how_to_evaluate_a_forecaster.nblink | 3 +++ docs/readthedocs/source/doc/Chronos/Howto/index.rst | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 docs/readthedocs/source/doc/Chronos/Howto/how_to_evaluate_a_forecaster.nblink diff --git a/docs/readthedocs/source/doc/Chronos/Howto/how_to_evaluate_a_forecaster.nblink b/docs/readthedocs/source/doc/Chronos/Howto/how_to_evaluate_a_forecaster.nblink new file mode 100644 index 00000000..917ed6ec --- /dev/null +++ b/docs/readthedocs/source/doc/Chronos/Howto/how_to_evaluate_a_forecaster.nblink @@ -0,0 +1,3 @@ +{ + "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_evaluate_a_forecaster.ipynb" +} \ No newline at end of file diff --git a/docs/readthedocs/source/doc/Chronos/Howto/index.rst b/docs/readthedocs/source/doc/Chronos/Howto/index.rst index f5b29874..6f80e6e3 100644 --- a/docs/readthedocs/source/doc/Chronos/Howto/index.rst +++ b/docs/readthedocs/source/doc/Chronos/Howto/index.rst @@ -4,6 +4,7 @@ How-to guides are bite-sized, executable examples where users could check when m Install ------------------------- + * `Install Chronos on Windows `__ * `Use Chronos in container(docker) `__ @@ -21,6 +22,7 @@ Forecasting * `Tune forecaster on single node `__ * `Speed up inference of forecaster through ONNXRuntime `__ * `Speed up inference of forecaster through OpenVINO `__ +* `Evaluate a forecaster `__ .. 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