You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Time Series plot_model (forecasts) should have an option to take fh value. This will allow users to forecast a horizon that is longer than the one used for training.
Describe alternatives you've considered
Already supported by predict_model, just need to allow plot_model to accept the fh value and pass it to predict_model