In order to use the non-interpretable version of N...
# neural-forecast
m
In order to use the non-interpretable version of NBEATS and NBEATSx, is it enough to just use identity blocks? E.g.
stack_types=['identity', 'identity', 'identity']
k
Yes
👍 1