Valentin Fröhlich

Results 3 comments of Valentin Fröhlich

I am having the same problem here: ![prediction_B2F8KN-R_1](https://github.com/jdb78/pytorch-forecasting/assets/85313672/4238d118-f231-48cb-b518-4278c94307eb) It seems to predict the average alright but no volatility at all. I am experimenting with encoder lenght but no dice so...

May I ask what other features you fed? Something like day of week, month etc. or more actual data?

For me it was the normalizer. Softplus should be pretty good for most scenarios, I couldn't use it however since my numbers where too small at times. Check out [GroupNormalizer...