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
We currently have plot_forecasts function in functime.plotting. However, we also support probablistic forecasts (see forecaster.conformalize. We need to do a better job promoting this functionality. The best way is through a chart!
Would love to work on this! How would you like to implement this? The way I see it is a separate function à la plot_intervals, rather than an argument for plot_forecasts. What do you think?
Rationale
We currently have
plot_forecasts
function infunctime.plotting
. However, we also support probablistic forecasts (seeforecaster.conformalize
. We need to do a better job promoting this functionality. The best way is through a chart!Prior Art
Let's just use this code example from https://plotly.com/python/continuous-error-bars/
Challanges
Plotting multiple forecasts at once. To do this, just reuse the multi-plot code from the other plotting functions.
The text was updated successfully, but these errors were encountered: