Skip to content

Instantly share code, notes, and snippets.

@gumdropsteve
Created October 1, 2020 05:59
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 gumdropsteve/43f068a023ed6241165daed301b83880 to your computer and use it in GitHub Desktop.
Save gumdropsteve/43f068a023ed6241165daed301b83880 to your computer and use it in GitHub Desktop.
future = m.make_future_dataframe(periods=365*4)
forecast = m.predict(future)
fig = m.plot(forecast)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment