始める無料で始める

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()
コードを編集して実行