nprophet_params: Tuning Parameters for Neural Prophet Models

Description Usage Arguments Details Examples

Description

Tuning Parameters for Neural Prophet Models

Usage

1
2
3
4
5
6
7
8
9
trend_reg(range = c(0, 100), trans = NULL)

trend_reg_threshold(range = c(0, 10), trans = NULL)

num_hidden_layers(range = c(0L, 10L), trans = NULL)

d_hidden(range = c(0L, 500L), trans = NULL)

ar_sparsity(range = c(0, 1), trans = NULL)

Arguments

range

A two-element vector holding the defaults for the smallest and largest possible values, respectively.

trans

A trans object from the scales package, such as scales::log10_trans() or scales::reciprocal_trans(). If not provided, the default is used which matches the units used in range. If no transformation, NULL.

Details

The main parameters for Neural Prophet models are:

Examples

1
2
3
4
5

AlbertoAlmuinha/neuralprophet documentation built on Dec. 17, 2021, 7:47 a.m.