Commit graph

306 commits

Author SHA1 Message Date
Jennifer (Jenny) Bryan
ebf7b3da0a Apply colnames *before* coercing to a tbl_df (#739)
`dplyr::as_data_frame()` is really `tibble::as_tibble()`. An upcoming
release of tibble will be stricter about column names and, by default,
you can't have duplicate column names. This change allows prophet to
work with current CRAN tibble (v1.4.2) and the coming release.

cc @krlmlr
2018-11-21 09:34:17 -08:00
Sean J. Taylor
40afef26b4 Generate documentation sub-menus 2018-11-13 10:17:59 -08:00
Ben Letham
9928dc39ae Fix missing kwarg 2018-11-02 17:27:45 -07:00
jope35
d432ff4a9e add symmetric mean absolute percentage error (#721) 2018-11-02 13:08:40 -07:00
Ben Letham
65236ec89e Typo fix 2018-11-02 13:05:33 -07:00
Sumanyu Gupta
6693d7b218 Fixed spelling of Peyton Manning's first name. (#718) 2018-11-02 13:04:11 -07:00
MT
ff65d1431f Fix duplicate kwarg algorithm when newton fallback is selected (#708)
* fix issue #700: duplicate kwarg algorithm

* fix spacing

* provide default to dict pop
2018-10-23 12:02:43 -07:00
S-Katagiri
e63f8cdfbd change extra_regressors to OrderedDict (#688) 2018-10-18 18:07:42 -07:00
Florian Schäfer
55ca33891e Figsize argument (#706)
* Add 'figsize' argument to all plotting methods

* Add docstrings for 'figsize' arguments
2018-10-18 18:04:53 -07:00
ziye666
95fa4460a9 Fix bug about holiday year different from input year and others (#670)
* Allow both both hoidays and append holidays

Match holidays in predict and fit

Add test for append_holiday features; minor fixes

Add column name validation for append_holidays names; allow only one country

Fix bug about holiday year different from input year and also other bugs

Change function description

Add append holiday feature for R

* Add test for R/Pyrhon; fix bugs
2018-10-18 17:40:17 -07:00
Ben Letham
ad095ac690 Add versions to build dependencies 2018-09-25 13:06:28 -07:00
Andrés Correa Casablanca
60c9503299 Add pyproject.toml to help dependency managers (#685)
Some dependency managers are able to use the information provided by the
`pyproject.toml` file.

It helps to provide install/build-time dependencies information, which is
currently the case with C/Cython-related packages.
2018-09-25 12:57:29 -07:00
Ben Letham
9f13d8b64f Include requirements.txt in dist 2018-09-24 17:48:37 -07:00
Ben Letham
c1a3839382 Remove deprecated methods 2018-08-27 14:06:10 -07:00
Ben Letham
9f86b9e04b now a dev version 2018-08-27 14:02:57 -07:00
ziye666
817f0306a4 Modification of holiday features (#644)
* Allow both both hoidays and append holidays; match holidays in predict and fit

* Allow both both hoidays and append holidays; match holidays in predict and fit

* Add test for append_holiday features; minor fixes

* Add column name validation for append_holidays names; allow only one country
2018-08-27 13:52:34 -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
bd2dac783f Message about binaries updating no longer needed 2018-08-01 12:12:13 -07:00
Fabio Souto
7ee936f46d Fix broken internal links in hamburger menu (#613) 2018-07-18 11:08:41 -07:00
Kevin Wilson
8d804fce0c Explicitly use 64-bit integers in plot functions (#577)
If this is installed on a 32-bit system (rare nowadays, but they still exist) then the conversion to `int` from `timedelta64[ns]` in `plot_cross_validation_metric` will fail. This patch explicitly uses an `np.int64` for this conversion.
2018-06-18 14:15:16 -07:00
Sean J. Taylor
e3a0586c07 Add xts dependency back and regen docs 2018-06-14 18:42:11 -07:00
Sean J. Taylor
9beb1cb7e7 Version bumps before submitting new packages 2018-06-13 16:03:44 -07:00
Sean J. Taylor
cd84356968 Allow CRAN to build packages on OSX 2018-06-13 11:39:42 -07:00
Ben Letham
bc6360d115 Fix bug in seasonal components with MCMC 2018-06-12 16:53:14 -07:00
Ben Letham
a5869505c0 Fix unittest for Py3.6 ordered dicts 2018-06-11 15:18:40 -07:00
bl
5cd35f7d6d Install instructions from OSX R to use source 2018-06-09 17:04:22 -07:00
Sean J. Taylor
4f224e5ec7 Merge of v0.3 into master 2018-06-02 10:50:58 -07:00
Sean J. Taylor
bd2542e7fb Post-release version due to bad package upload 2018-06-02 09:31:15 -07:00
Sean J. Taylor
b92d09cc82 Set dygraphs min version 2018-06-02 08:46:16 -07:00
Ben Letham
580d4e4ea9 Documentation update for not failing with constant extra regressor 2018-06-01 14:57:07 -07:00
Ben Letham
107f74f0f2 Allow constant extra regressors 2018-06-01 14:53:45 -07:00
Ben Letham
9a5338cbe4 Documentation update for new plot_components arg 2018-05-31 17:45:44 -07:00
Dmitrij Melichov
e5967a541e R make rendering of plots by method plot_components optional (#551) 2018-05-31 17:41:22 -07:00
Ben Letham
8b4e46fd1b v0.3 changelog 2018-05-31 16:23:27 -07:00
Ben Letham
e0cf400e23 R check cleanups 2018-05-30 23:19:56 -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
454dfd2913 Update on site for using github issues to ask questions 2018-05-30 17:30:03 -07:00
bl
d219c60431 Update installation instructions on site 2018-05-30 17:23:20 -07:00
bl
a6d96f849c Move paper reference 2018-05-30 17:20:20 -07:00
bl
d589859295 Add link to main site from vignette 2018-05-30 17:10:59 -07:00
bl
371e8a3bf4 Version bump 2018-05-30 17:02:47 -07:00
bl
3b20680bfc Add test i386 test skips for stan tests 2018-05-30 16:40:34 -07:00
bl
f8775433c9 Remove vestigial comments, structure imports 2018-05-30 16:35:17 -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
bl
b96800e423 Replace assertions with error messages 2018-05-30 14:36:36 -07:00
bl
1b91fa3064 Fit if constant history and logistic growth 2018-05-30 14:33:04 -07:00
bl
a38aaa38c6 Stan fix for pystan 2.16 2018-05-30 14:23:37 -07:00
Ben Letham
eecc1dd330 More documentation about custom changepoints 2018-05-30 12:37:47 -07:00