Commit graph

54 commits

Author SHA1 Message Date
Ben Letham
b0c30454b6 Mention that plotly must be separately installed 2019-05-21 16:05:56 -07:00
Ben Letham
0a22055c8c Update documentation 2019-05-21 15:41:58 -07:00
Ben Letham
269133c133 Change cross validation performance metrics to first aggregate over horizon before computing rolling average (#839, #863) 2019-05-08 10:47:26 -07:00
Ben Letham
4e5e223e4f Add plotly plot to quickstart example 2019-05-06 16:15:23 -07:00
Ben Letham
25a562d1c0 Add conditional seasonality to seasonality documentation notebook 2019-03-22 11:53:29 -07:00
Ben Letham
324decf21d Fix broken link in quickstart 2019-01-08 17:28:54 -08:00
Ben Letham
52bbb08dee Add note to documentation about acceptable units for diagnostics 2018-12-03 19:20:21 -08: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
Ben Letham
65236ec89e Typo fix 2018-11-02 13:05:33 -07: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
661ceedfa2 Example with MCMC to show undetermined seasonality 2018-05-30 16:25:23 -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
eecc1dd330 More documentation about custom changepoints 2018-05-30 12:37:47 -07:00
Ben Letham
3571a90558 Specify ds format in documentation 2018-05-29 21:55:26 -07:00
Ben Letham
5bcc1bc094 Clarification in diagnostics documentation 2018-05-29 17:10:34 -07:00
Ben Letham
688226de95 Add example of bad fit from subdaily data restricted to time window each day 2018-05-29 16:56:39 -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
13976d07b7 Documentation: cross_validation with extra regressors requires multiple values 2018-05-28 15:13:58 -07:00
Ben Letham
d1ce6923d0 Documentation for visualizing significant changepoints 2018-05-28 14:54:07 -07:00
Ben Letham
cbe1f5e623 Documentation and plot fix for multiplicative seasonality 2018-05-28 12:37:23 -07:00
Ben Letham
916b3552af Documentation update for changepoint ranges 2018-05-25 17:05:46 -07:00
Ben Letham
35c982b3ed Add reference to dygraph plot in documentation 2018-05-25 15:24:36 -07:00
Ben Letham
b052b56d33 Refactor cross validation metrics for rolling window, add visualization, put example in notebook (R) 2018-05-04 15:07:35 -07:00
Ben Letham
8198afe17a Add a visualiztion of cross validation prediction performance vs. horizon 2018-05-04 11:21:40 -07:00
Anshuman Chhabra
c88e344c87 Removed semicolons from quick_start docs (#509) 2018-05-03 17:41:29 -07:00
Ben Letham
e78f583f90
Merge in bugfixes from master (#349)
* Update memory requirement description per #326

* Fix R warning with extra regressor; disallow constant extra regressors.

* Fix unit test broken in new pandas

* Fix diagnostics unit tests for new pandas

* Fix copy with extra seasonalities / regressors Py

* Fix copy with extra seasonalities / regressors R

* Fix weekly_start and yearly_start in R plot_components

* Fix plotting in pandas 0.21 by using pydatetime instead of numpy
2017-11-08 10:09:08 -08:00
Sean J. Taylor
a44b209696 Github organization change 2017-09-27 09:54:40 -07:00
bl
2be8821c95 Clarify in documentation the saturating min requires specifying cap 2017-09-16 21:52:17 -07:00
bl
1d8f5f906b Regenerate all documentation 2017-09-02 13:07:49 -07:00
bl
a937ceda18 Documentation for saturating minimums 2017-09-02 11:05:51 -07:00
bl
2f9b20b2d3 Documentation for cross validation 2017-09-02 10:53:38 -07:00
Ben Letham
6c446cee85 Update seasonality/holidays documentation 2017-09-02 07:26:57 -07:00
Ben Letham
09c4102540 Update subdaily documentation 2017-09-01 22:46:11 -07:00
bl
b76ebf18bb documentation update 2017-07-29 17:36:03 -07:00
bl
8f1607cd93 Extra regressors Py 2017-07-21 07:05:16 -07:00
Ben Letham
d48b70b106 Merge remote-tracking branch 'origin/master' into v0.2 2017-07-11 11:16:26 -07:00
bl
093b4b7eec R sub-daily data documentation, bugfixes, and unit tests 2017-07-10 22:57:13 -07:00
bl
8be35c2f34 Custom seasonalities in R 2017-07-05 01:20:22 -07:00
bl
707c885275 Add custom seasonalities (Py) 2017-07-04 22:39:57 -07:00
bl
b93f71540d Notebook example with sub-daily data 2017-07-04 20:03:21 -07:00
bl
995fda07a9 Posterior samples function Py 2017-07-04 18:27:57 -07:00
bl
03d3ec9f2e Fix notebook Makefile and various typos 2017-07-04 08:39:49 -07:00
Ben Letham
d02b6f62b2 Update component plots in notebooks to fix axis labeling bug 2017-04-21 18:27:50 -07:00
Ben Letham
961716ba55 Add link to data CSV in Quickstart 2017-04-04 16:44:31 -07:00