Skip to content

Instantly share code, notes, and snippets.

@robsannaa
Created November 14, 2019 20:33
Show Gist options
  • Save robsannaa/1be216d0cbff0f31d7bc1a34d8aa4316 to your computer and use it in GitHub Desktop.
Save robsannaa/1be216d0cbff0f31d7bc1a34d8aa4316 to your computer and use it in GitHub Desktop.
m_seas = Prophet(yearly_seasonality=True, weekly_seasonality=True)
m_seas.add_seasonality(name='bim', period=60, fourier_order=2)
m_seas.add_country_holidays(country_name='IT')
m_seas.fit(df_quantile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment