Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 2, 2021 04:42
Show Gist options
  • Save tomonori-masui/acef51151de3c4516e78dbdbf4033484 to your computer and use it in GitHub Desktop.
Save tomonori-masui/acef51151de3c4516e78dbdbf4033484 to your computer and use it in GitHub Desktop.
fh = np.arange(test_len) + 1
forecast, forecast_int = forecaster.predict(fh=fh, return_pred_int=True, alpha=0.05)
sun_arima_mae, sun_arima_mape = plot_forecast(sun_train, sun_test, forecast, forecast_int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment