Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 15:30
Show Gist options
  • Save dpbac/679b199905236f408b1e24597771a49e to your computer and use it in GitHub Desktop.
Save dpbac/679b199905236f408b1e24597771a49e to your computer and use it in GitHub Desktop.
# 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