evalml.model_understanding.
graph_prediction_vs_actual_over_time
Plot the target values and predictions against time on the x-axis.
pipeline (TimeSeriesRegressionPipeline) – Fitted time series regression pipeline.
X (ww.DataTable, pd.DataFrame) – Features used to generate new predictions.
y (ww.DataColumn, pd.Series) – Target values to compare predictions against.
dates (ww.DataColumn, pd.Series) – Dates corresponding to target values and predictions.
plotly.Figure showing the prediction vs actual over time.