Is your feature request related to a problem?
Right now the outputsize of a TimeSeries in a nn Model is always 1, because we predict the value in forecast horizon steps.
Desired solution
I want to add the ability that the user forecasts until the forecast horizon, so the outputsize will be the forecast horizon, as all steps until the forecast horizon, will be also forecasted.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response