facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.01k stars 4.48k forks source link

Fit params for kwargs #2567

Open SergeevVladislav opened 3 months ago

SergeevVladislav commented 3 months ago

Hi!

Thank for your library. Please, can you describe additional parameters (from kwargs) in Prophet.fit method? I wanna make it customizable for my pipeline.

I found that I can customise algorithm, init param, but i don't know which values are allowed.