Created
July 2, 2021 04:42
-
-
Save tomonori-masui/acef51151de3c4516e78dbdbf4033484 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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