Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created July 2, 2021 16:11
Show Gist options
  • Select an option

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

Select an option

Save dpbac/057c0350f4512b2c3f564a0d9a6bb9a8 to your computer and use it in GitHub Desktop.
m = Prophet(interval_width=0.95, weekly_seasonality=True,
changepoint_prior_scale=best_params['changepoint_prior_scale'],
seasonality_prior_scale=best_params['seasonality_prior_scale'])
m.add_country_holidays(country_name='US')
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