prophet
prophet copied to clipboard
Reference manual for Py version
Hi Is there a complete reference manual for python? Thanks
There is not. I can point you to the R reference manual (https://cran.r-project.org/web/packages/prophet/prophet.pdf). All of these functions are described at some point in the documentation so you could see how it is called (if it is a method on Prophet or a separate function), and then the inputs are the same for both versions so the descriptions in the R manual would be correct for the Python version also.
But it would be good to auto-convert the Py docstrings into a reference manual the way that CRAN does.
:+1:
This is the still actual problem
Hi, is this issue open under hacktoberfest?
Yes, sure if anyone wants to have a go at creating API docs that'd be great. I'm not very experienced in this space but I'm guessing as a minimum we'd want a local version running, then we can think about how to deploy it.