Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

040_modeltime_forecasting model_prophet changed parametrization #6

Open
PG-Ayaney opened this issue May 7, 2022 · 1 comment
Open

Comments

@PG-Ayaney
Copy link

It seems the parametrization for model_prophet has changed to:

model_prophet <- prophet_reg() %>%
set_engine("prophet",yearly.seasonality=TRUE) %>%
fit(cnt ~ dteday, training(splits))

FROM:

model_prophet <- prophet_reg(
seasonality_yearly = TRUE
) %>%
set_engine("prophet") %>%
fit(cnt ~ dteday, training(splits))

@Mr-Gabut
Copy link

Saya kurang tau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants