Description Usage Arguments Details Examples
Tuning Parameters for Neural Prophet Models
1 2 3 4 5 6 7 8 9 |
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
trans |
A |
The main parameters for Neural Prophet models are:
trend_reg
: the trend rate changes can be regularized by setting trend_reg to a value greater zero.
This is a useful feature that can be used to automatically detect relevant changepoints.
trend_reg_threshold
: Threshold for the trend regularization
num_hidden_layers
: num_hidden_layers defines the number of hidden layers of the FFNNs used in the overall model.
d_hidden
: d_hidden is the number of units in the hidden layers.
ar_sparsity
: For ar_sparsity values in the range 0-1 are expected with 0 inducing complete sparsity and 1 imposing no regularization at
all
1 2 3 4 5 | trend_reg()
()
ar_sparsity()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.