Skip to content

Instantly share code, notes, and snippets.

@robsannaa
Created November 14, 2019 19:58
Show Gist options
  • Save robsannaa/b4973a52d0e7c104c11b6541f8998549 to your computer and use it in GitHub Desktop.
Save robsannaa/b4973a52d0e7c104c11b6541f8998549 to your computer and use it in GitHub Desktop.
from fbprophet import Prophet
baseline = Prophet(yearly_seasonality=True, weekly_seasonality=False)
baseline.fit(df_quantile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment