Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 18:01
Show Gist options
  • Select an option

  • Save dpbac/d636147ff07dc937d87712f95452b80b to your computer and use it in GitHub Desktop.

Select an option

Save dpbac/d636147ff07dc937d87712f95452b80b to your computer and use it in GitHub Desktop.
from fbprophet.diagnostics import cross_validation
df_cv = cross_validation(m, horizon='90 days')
# df_cv = cross_validation(m, initial='270 days', period='45 days', horizon = '90 days')
df_cv.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment