prophet/python/fbprophet
Ryan Nazareth ac59b44ca3
add implementation for constant trend in Python (#1466)
* add implementation for constant trend

* force k and delta params to be 0s

* add tests and fix n_changepoints, changepoints_t to 0

* Add test for cv with constant trend

* Add docs and test for checking invalid input

* make changes to stan

* add transformed params block in stan and output flat trend vector

* correct syntax

* transformed params syntax

* Fix test and port changes to win stan file

* add test for flat trend function

* Add separate function for flat trend init

* fix test
2020-05-14 21:40:40 -07:00
..
tests add implementation for constant trend in Python (#1466) 2020-05-14 21:40:40 -07:00
__init__.py mark dev version 2020-04-04 08:28:42 -07:00
diagnostics.py Parallel Cross Validation (#1434) 2020-04-28 12:25:41 -07:00
forecaster.py add implementation for constant trend in Python (#1466) 2020-05-14 21:40:40 -07:00
hdays.py Holidays in United Arab Emirates (#1390) 2020-03-23 16:25:12 -07:00
make_holidays.py Fix exception causes in 2 modules (#1370) 2020-03-03 17:34:06 -08:00
models.py Fix Issue with Pickling Models in Python3.6 because of Logger Attribute (#1452) 2020-04-28 12:30:31 -07:00
plot.py suppress plotly error logging (#1332) 2020-02-17 15:00:14 -08:00
serialize.py Add functions for serializing to/from JSON (#1414) 2020-04-04 08:23:27 -07:00