Commit graph

12 commits

Author SHA1 Message Date
Cuong Duong
f52fddfcf1
Minor documentation changes (#2207) 2022-06-25 20:31:18 +10:00
tomsutch
84132a29eb
Only encode to JSON once when serializing a Python model (#2178) 2022-05-25 21:39:10 +10:00
Ben Letham
e11135e4a4 Add to additional topics docs 2021-04-15 14:58:19 -07:00
Ben Letham
360d294dbc
Refresh online docs, change package name in docs (#1852) 2021-03-26 00:03:05 -04:00
Ben Letham
6d81543eb2
Pakage rename (#1844)
* Rename package from fbprophet to prophet, and add shim

* Untrack files that should have been ignored

* Update github actions build commands
2021-03-21 14:13:50 -07:00
Ben Letham
47ce88f255 Add stepwise trend as example of custom trend to documentation 2021-03-03 16:10:44 -08:00
Sam Snarr
2d8e6c7fd1
Added growth='flat' functionality in R (#1778)
* added `flat_growth_init()` function

* added validation for 'flat'

* changed `fit.prophet()` to handle `growth='flat'`

* added `trend='flat'` capabilities to `sample_predictive_trend()` and `fit.prophet()`

* updated STAN code to handle flat trend

* [Syntax fix] Removed unnecessary bracket

* updated documentation

* undid formatting that was accidentally applied by autoformatter

* undid more formatting that was accidentally applied by autoformatter

* added tests

* typo in `sample_predictive_trend()`

* updated notebook with example in R

* updated documentation
2021-01-14 13:53:08 -08:00
Ben Letham
382448b8db Refresh markdown documentation 2020-08-19 20:40:04 -07:00
Ben Letham
809c1b5662 Add serialization documentation 2020-08-19 17:36:00 -07:00
Ben Letham
6c3a8a8e07 Move flat trend docs to additional topics 2020-08-19 16:29:50 -07:00
Lawrence A. Krukrubo
c7c63ff568
Style: Adding a method docstring (#1627)
Adding a docstring to the `stan_init()` method of
`additional_topics.ipynb` notebook
2020-08-17 14:04:06 -07:00
Ryan Nazareth
3578e93062
Add partial fit example and caveats to notebook (#1486)
* Add partial fit example and caveats to notebook

* correct typos

* Shift example to separate ipynb

* fix typos

* rename notebook
2020-05-14 21:59:37 -07:00