Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Last active April 16, 2017 23:33
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/627a70b10f9dc2a83d71b0a9deb75907 to your computer and use it in GitHub Desktop.
Save jroberayalas/627a70b10f9dc2a83d71b0a9deb75907 to your computer and use it in GitHub Desktop.
# Search grid
prophetGrid <- expand.grid(changepoint_prior_scale = c(0.05, 0.5, 0.001),
seasonality_prior_scale = c(100, 10, 1),
holidays_prior_scale = c(100, 10, 1),
capacity = c(6043, 6500, 7000, 8000),
growth = 'logistic')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment