Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created June 23, 2021 17:04
Show Gist options
  • Select an option

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

Select an option

Save dpbac/26a99e2c874be16befcdf08805fd9ade to your computer and use it in GitHub Desktop.
m = Prophet(interval_width=0.95) #by default is 80%
model = m.fit(df_store_2_item_28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment