Skip to content

Instantly share code, notes, and snippets.

@kangeugine
Created August 26, 2017 15:24
Show Gist options
  • Save kangeugine/12c1b1356497d4c06c973461d6de2080 to your computer and use it in GitHub Desktop.
Save kangeugine/12c1b1356497d4c06c973461d6de2080 to your computer and use it in GitHub Desktop.
ARIMA autocorrelation
from pandas.tools.plotting import autocorrelation_plot
autocorrelation_plot(series)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment