pythonfacebook-prophet

Facebook Prophet API documenation


I'm looking for a API Python documentation for Facebook Prophet

Here there are good examples https://facebook.github.io/prophet/docs

future = m.make_future_dataframe(periods=365)

or

future = m.make_future_dataframe(periods=300, freq='H')

But it doesn't explain all possible parameters in make_future_dataframe, or the valid values for freq.

Any idea where to find the API documentation?


Solution

  • The arguments and API usages are documented as per "October 14, 2022" in this link:

    https://cran.r-project.org/web/packages/prophet/prophet.pdf