https://github.com/nixtla logo
m

Mads Jensen

01/05/2023, 11:13 AM
Hi 🙂. Is there a way to set the number of stacks or is that fixed?
k

Kin Gtz. Olivares

01/05/2023, 1:41 PM
Hey @Mads Jensen, The particular documentation of the models is a bit hidden, here is the documentation for
NBEATS
model: https://nixtla.github.io/neuralforecast/models.nbeats.html You can control the number of stacks through the
stack_types
,
mlp_units
, and
n_blocks
parameters. Beware that you need them to be synchronized. If you want to try a simpler model increasing the stacks, there is also the `MLP`: https://nixtla.github.io/neuralforecast/models.mlp.html
m

Mads Jensen

01/05/2023, 1:48 PM
okay and thanks for quick reply; glad I didn’t miss the obvious this time 🙂.