Chronos: how to create a forecaster (#5172)
* how to guide from_tsdataset * improve md * remove redundant message * fix known issues * add rst * move create-forecaster to new line * fix known issue * fix syntax error * fix syntax error again * add open-colab icon * fix known issues * fix some words * fix typo * fix syntax error * add some update Co-authored-by: theaperdeng <theaperdeng@outlook.com>
This commit is contained in:
parent
62b8aa8703
commit
46b0fda3ca
2 changed files with 211 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,6 +4,10 @@ How-to guides are bite-sized, executable examples where users could check when m
|
|||
|
||||
Forecasting
|
||||
-------------------------
|
||||
* `Create a forecaster <how-to-create-forecaster.html>`__
|
||||
|
||||
In this guidance, we demonstrate **how to create a Forecaster**. Including two ways of creating a forecaster and an explanation of some important parameters.
|
||||
|
||||
* `Train forecaster on single node <how_to_train_forecaster_on_one_node.html>`__
|
||||
|
||||
In this guidance, **we demonstrate how to train forecasters on one node**. In the training process, forecaster will learn the pattern (like the period, scale...) in history data. Although Chronos supports training on a cluster, it's highly recommeneded to try one node first before allocating a cluster to make life easier.
|
||||
|
|
@ -17,6 +21,6 @@ Forecasting
|
|||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
how-to-create-forecaster
|
||||
how_to_train_forecaster_on_one_node
|
||||
|
||||
how_to_tune_forecaster_model
|
||||
|
|
|
|||
Loading…
Reference in a new issue