Hyperparameter tuning Facebook Prophet in R

Hi guys,

I am a beginner in using Facebook prophet for time series forecasting. I have already completed the basic forecast. Now I want to do some parameter tuning. Unfortunately, I can't find any code for hyperparameter tuning for Facebook prophet in R online or on the Facebook website. Does anyone of you have tipps or such a code which you can provide?

Thanks for your help!

Alex

The modeltime package has a prophet function that works with tidymodels. You can then use the tune package to tune it.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.