Sean J. Taylor
1ea9ca12f2
Merge pull request #1643 from mdancho84/stanheaders
...
facebook/prophet#1628 - Import StanHeaders to fix dyn.load error
2020-09-02 18:54:49 -07:00
Sean J. Taylor
201230e1a5
Alphabetize import block
2020-09-02 18:40:30 -07:00
Sean Taylor
838c72fb85
Split test into fast and slow part
2020-09-02 17:38:20 -07:00
Ben Letham
96848bcc92
Fix test for python38
2020-09-02 16:34:18 -07:00
Matt Dancho
d7cd1f299d
facebook/prophet#1628 - Import StanHeaders to fix dyn.load error
2020-09-01 09:46:42 -04:00
Ben Letham
2061f251f8
Clean up script for R holidays, and regenerate
2020-08-27 18:36:18 -07:00
Greg Rafferty
3d0bb6e081
fix for comma-separated holidays ( #1638 )
...
* use holidays.get_list() to return list of holidays
* make_holidays_df now accepts states
2020-08-27 17:49:19 -07:00
Bas Jacobs
e992e0b7b6
Split non-existing holiday for NL in R ( #1637 )
...
* Split NL 'Bevrijdingsdag, Hemelvaart' holiday
* Split NL 'Bevrijdingsdag, Hemelvaart' holiday in generated_holidays.rda
Co-authored-by: Bas Jacobs <bas.jacobs@bax-shop.nl>
2020-08-24 12:22:37 -07:00
Ben Letham
181933b948
Change dataset for flat growth test
2020-08-24 09:17:29 -07:00
Ben Letham
6284fc0264
Fix artifacts in diagnostics nb markdown
2020-08-20 11:20:47 -07:00
Ben Letham
5e6c6a02f8
Refresh quickstart doc
2020-08-19 20:43:50 -07:00
Ben Letham
382448b8db
Refresh markdown documentation
2020-08-19 20:40:04 -07:00
Ben Letham
ffedaa4eed
Add new test file to manifest
2020-08-19 19:50:33 -07:00
Ben Letham
08df4cf470
Minor clarification for multiplicative seasonality docs
2020-08-19 19:29:20 -07:00
Ben Letham
4027a2153f
Update diagnostics documentation
2020-08-19 18:57:17 -07:00
Ben Letham
6d3b7bb7ae
Minor updates in contributing guidelines
2020-08-19 17:48:48 -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
Ben Letham
4a989b5693
Describe the use of extra regressors for seasonality with monthly data
2020-08-19 14:27:20 -07:00
Ben Letham
ff387078f3
Use monthly start frequency in doc
2020-08-19 14:22:57 -07:00
Ben Letham
b9601918f2
Update sub-daily components figure with continuous weekly seasonality
2020-08-19 14:13:57 -07:00
Ben Letham
64f71a9afc
Add documentation about holidays with aggregated data
2020-08-19 14:08:16 -07:00
Ben Letham
48148fbeb5
Add discussion about needing future values
2020-08-19 13:54:24 -07:00
Ben Letham
a77adc34bb
Typo fix
2020-08-19 13:41:16 -07:00
Ben Letham
dd9a6a4161
resolve R check note
2020-08-18 19:14:16 -07:00
Ben Letham
dbe8f49de7
Update documentation for plotly plot
2020-08-18 13:56:55 -07:00
Ben Letham
fb82a6a43d
Minor docstring updates
2020-08-18 13:04:39 -07:00
Ben Letham
0d0f508cf1
Add test for deserialize backwards compatibility
2020-08-18 12:34:47 -07:00
earthgecko
40c5b84784
Clearer pip install snippet ( #1629 )
...
* Clearer pip install snippet
This simple change may prevent further additions to and discussions in #401 and #1598 and the like.
* Clearer pip install snippet
2020-08-18 12:07:19 -07:00
Ben Letham
9084506968
Bump pandas requirement for deserialize
2020-08-17 18:38:11 -07:00
Ben Letham
a88f6458ad
Fix test issues
2020-08-17 18:36:29 -07:00
Ben Letham
ccde3a498f
version bump
2020-08-17 17:43:55 -07:00
Ben Letham
9fb8f103d6
Minor simplification to weekly plotting logic
2020-08-17 17:40:01 -07:00
Ben Letham
2049217471
Use y_scale in coefficient utility
2020-08-17 17:25:55 -07:00
Ben Letham
a519043f1b
Fix bug in changepoint handling in prophet_copy ( #1529 )
2020-08-17 16:24:34 -07:00
Ben Letham
fb6552137c
Deduplicate history dates for make_future_dataframe
2020-08-17 14:51:06 -07:00
Ben Letham
6ec0a90a60
Use holidays package for Turkey
2020-08-17 14:24:47 -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
Ben Letham
75ec9dffb1
Fix holidays for pandas 1.1.0
2020-08-14 11:03:04 -07:00
Dani
5accde4fb5
resolve python requirements : pandas<1.1.0 ( #1623 )
2020-08-12 14:37:15 -07:00
anqus
ad53b428c3
Plot continuous weekly seasonality with sub daily data ( #1615 )
...
* Check frequency of data
* If sub-daily, use plot_seasonality()
* Format xticks as weekdays for plot_seasonality()
* Display 8 xticks for weekly component
2020-08-12 14:30:06 -07:00
Cuong Duong
40b170b95a
Add helper function to summarise coefficients of extra regressors ( #1572 )
...
* add regressor summary fn for python
* styling, docstring
* update docstring
* fix definition for multiplicative regressor, add tests
* simpler shape test
2020-08-12 12:12:24 -07:00
Dani
1053a6e9ce
Update PyPi package metadata and resolve Travis CI failing build ( #1602 )
...
* Update PyPi package metadata setup.py 'long_description'
* Add V8 package to Travis CI config & caching pip
2020-07-29 17:02:37 -07:00
Canute
198ef89082
changed unnittest to unittest ( #1556 )
2020-07-29 15:51:30 -07:00
Ben Letham
0d260699e4
Faster builds for R CI ( #1538 )
...
* Change R CI for MacOS
* specify binary installs
* try cache packages
* trigger rebuild to see if caching worked
2020-06-12 16:58:18 -07:00
Ben Letham
20d6afba8b
Update site with legal footer
2020-06-12 13:30:41 -07:00
Ryan Nazareth
6399266780
Instructions for contributing code to Prophet ( #1513 )
...
* add first part on build environment and branching
* add rest of workflow tests-pull-requests-docs etc
* Typos and updates
* Highlight Python and R headings
* Reorder sections and condense material
* Few more enhancements
2020-06-10 17:44:02 -07:00
Robin Teuwens
87844821d3
Making sure 'holiday' is a Dataframe when using plot_components_ploty() ( #1526 )
...
* Issue #1525 : Using m.construct_holiday_dataframe() to make sure 'holidays' is a DataFrame.
* #1525 | issuecomment-639399524 | enhancement: have plotly graph the holiday component consistent with matplotlib.
Co-authored-by: Robin Teuwens <teuwens@electris.lu>
2020-06-10 17:33:12 -07:00
Ryan Nazareth
9a27386ccc
Add checks for R to Travis CI ( #1505 )
...
* Add R check to travis
* add install step for R
* only run testsrather than R CMD check
* Fix command
* add line for installing dependencies
* fix syntax error
2020-06-10 14:35:00 -07:00
Ryan Nazareth
30bcfed918
Include mdape in performance metric docstring ( #1512 )
...
* update docstring with mdape in list for python perf metric func
* re-run python notebook cell to generate mdape in results table
* remove comment
Co-authored-by: Ben Letham <bletham@gmail.com>
2020-06-05 17:51:25 -07:00