Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Created August 9, 2022 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liannewriting/e7dc52c727342c971f6b45999e234b34 to your computer and use it in GitHub Desktop.
Save liannewriting/e7dc52c727342c971f6b45999e234b34 to your computer and use it in GitHub Desktop.
time series prediction arima model python
adf_test = adfuller(df_train_diff)
print(f'p-value: {adf_test[1]}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment