Open topher-lo opened 1 year ago
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?
I agreed. Separate function will be clearer 👍
Adding this to the milestone of 0.10, hope we can ship it with that :) Hopefully will have time to work on this in the upcoming days.
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.