-
-
Save dpbac/679b199905236f408b1e24597771a49e 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
# Create ARIMA mean forecast | |
arima_pred = arima_results.get_forecast(steps=90) | |
arima_mean = arima_pred.predicted_mean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment