prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Reference manual for Py version

Open rds99 opened this issue 6 years ago • 5 comments

Hi Is there a complete reference manual for python? Thanks

rds99 avatar Jul 21 '18 08:07 rds99

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.

bletham avatar Aug 02 '18 00:08 bletham

:+1:

ispmarin avatar Aug 23 '18 17:08 ispmarin

This is the still actual problem

irumata avatar Feb 08 '23 14:02 irumata

Hi, is this issue open under hacktoberfest?

DEEKSHACodeaim avatar Oct 29 '23 06:10 DEEKSHACodeaim

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.

tcuongd avatar Oct 29 '23 23:10 tcuongd