Commit graph

22 commits

Author SHA1 Message Date
Cuong Duong
4c82cb0c87 update docs 2023-10-14 23:22:04 +11:00
Cuong Duong
f52fddfcf1
Minor documentation changes (#2207) 2022-06-25 20:31:18 +10:00
Cuong Duong
4af7a45480
Rename master to main (#2090) 2021-12-25 21:12:46 +11: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
Cuong Duong
2d56e71fed
Add regressor_coefficients function for R (#1803)
* function code

* add tests for regressor coefficients utility

* add documentation for regressor_coefficients util function

* generate Rd docs

* add regressor_coefficients to R namespace

* minor formatting nit

* fix bugs
2021-03-02 08:30:00 -08:00
Ben Letham
48148fbeb5 Add discussion about needing future values 2020-08-19 13:54:24 -07:00
Ben Letham
6ec0a90a60 Use holidays package for Turkey 2020-08-17 14:24:47 -07:00
Chanran Kim
309035cb97
Update seasonality,_holiday_effects,_and_regressors.ipynb (#1440)
To solve the #1391 Problem
2020-04-23 13:18:27 -07:00
Shu
3ef1d66d93 Add hyperlinks for easier reference to Quick start #1212 2020-01-28 15:16:32 -08:00
Ben Letham
0a22055c8c Update documentation 2019-05-21 15:41:58 -07:00
Ben Letham
25a562d1c0 Add conditional seasonality to seasonality documentation notebook 2019-03-22 11:53:29 -07:00
Louis Guitton
545045d615 fixed signature of plot_forecast_component in docs (#762)
* fixed signature of plot_forecast_component

fbprophet.plot.plot_forecast_component

* modified source notebook and ran make docs
2018-12-03 17:05:21 -08:00
Ben Letham
390af32290 Typo fix in documentation 2018-12-03 16:58:25 -08:00
Ben Letham
536fe931c6 Add documentation for country holidays 2018-12-03 11:54:55 -08:00
ystoyanov
f473c743c9 Update seasonality,_holiday_effects,_and_regressors.ipynb (#633)
just a typo fix
2018-08-14 15:02:32 -07:00
Ben Letham
580d4e4ea9 Documentation update for not failing with constant extra regressor 2018-06-01 14:57:07 -07:00
Ben Letham
af2824fbd0 Update site with documentation updates 2018-05-30 22:43:52 -07:00
bl
f5b4249180 Remove all semicolons from documentation; mark hidden outputs 2018-05-30 18:47:16 -07:00
bl
e21a05f4f9 Remove log transforms in the documentation by log transforming the CSVs, to avoid people thinking they have to log transform their data in order to use Prophet. 2018-05-30 15:34:41 -07:00
Ben Letham
44f82f6ea1 Add some clarifications to extra regressor documentation 2018-05-29 15:58:23 -07:00
Ben Letham
995c9b1518 Add example/explanation of Fourier order to documentation 2018-05-29 15:48:11 -07:00
Ben Letham
cbe1f5e623 Documentation and plot fix for multiplicative seasonality 2018-05-28 12:37:23 -07:00
Renamed from notebooks/seasonality_and_holiday_effects.ipynb (Browse further)