Easiest way to plot validation vs. actual data? #137
Replies: 2 comments 2 replies
-
I only store the aggregated results. With mosaic ensembling, it also saves the point-by-point absolute errors in There is a way to generate those after a model is fit, using the I'm open to suggestions if you think there's a better way to handle this, it's definitely a common use case. |
Beta Was this translation helpful? Give feedback.
-
Hi Colin, thank you. I see, that's good to know and the "tail"-argument makes sense to me. I can't seem to grasp however, why the back_forecast functions needs the "n_splits"-argument? Why do we need to split our dataframe? From the code: |
Beta Was this translation helpful? Give feedback.
-
Hi, as usual first things first: thank you for your great work and bringing automated time series forecasting to the masses!
I have a rather simple request: I would like to plot the (cross-) validation-forecasts a model (or actually only the selected model) predicts against the actual data. The actual data can be easily accessed with the validation-index of the model, but I am struggling with accessing the validation-runs. Any hints? Greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions