Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Created May 17, 2020 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroberayalas/9a53ccba53f2ed3fba96bd8e8d8b4065 to your computer and use it in GitHub Desktop.
Save jroberayalas/9a53ccba53f2ed3fba96bd8e8d8b4065 to your computer and use it in GitHub Desktop.
# Search grid
prophetGrid <- expand.grid(changepoint_prior_scale = c(0.05, 0.5),
seasonality_prior_scale = c(1, 10),
holidays_prior_scale = c(1, 10),
regressor_prior_scale = c(1, 10),
capacity = c(6000, 7000, 8000),
growth = 'logistic')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment