开始使用免费开始使用

Visualizing forecast performance

In this exercise, you'll evaluate and visualize the performance of the forecast model you built in the previous exercise.

The test dataset, ml_forecast results, and plot_series are preloaded, along with evaluation functions (mape, rmse, coverage) and pandas as pd.

本练习是课程的一部分

Designing Forecasting Pipelines for Production

查看课程

练习说明

  • Use the plot_series() function to plot the test dataset and the ml_forecast.

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Plot the forecast results
fig = plot_series(____, ____, level=[95], engine="plotly").update_layout(height=400)
fig.show()
编辑并运行代码