Hi :slightly_smiling_face:. Is there a way to set ...
# neural-forecast
m
Hi 🙂. Is there a way to set the number of stacks or is that fixed?
k
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
okay and thanks for quick reply; glad I didn’t miss the obvious this time 🙂.