Is normalisation essential for NBEATS and NHITS, I...
# neural-forecast
v
Is normalisation essential for NBEATS and NHITS, I have seen Darts has normalisation functionality but have not seen this mentioned in NeuralForecast.
c
check out
scaler_type
and just be aware there are two "flavours" of scaling, i'll link a discussion from a couple weeks ago
👍 1
v
Yes I have seen it before @Chris Gervais my question is more on whether it adds value
c
our experience with scaling in NF is a bit mixed but in general yes and we've found
minmax
tends to do a bit better than
robust
👍 1
v
Useful materials thanks @Chris Gervais
c
we're still trying to diagnose it but sometimes we have issues with scalers on live inference data where the scale is completely off
i think it has to do mixing up the different types of scalers but we haven't run it to ground yet