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.33k stars 4.52k forks source link

API documentation #2380

Open silverjoda opened 1 year ago

silverjoda commented 1 year ago

Hello, is there documentation for Prophet? All I can find is the getting started guide. I can't find a detailed documentation of each available function to see what arguments it takes, etc.

Thanks

cgobat commented 1 year ago

From the website:

Prophet follows the sklearn model API.

The API reference for sklearn can be found here.