-
-
Save dpbac/26a99e2c874be16befcdf08805fd9ade to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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