Sean J. Taylor
8f04d48e00
Update documentation to suggest devtools
2018-12-18 22:43:12 -08:00
Sean J. Taylor
637cd74d94
Deleting PEP 518 project file
2018-12-18 22:09:51 -08:00
Sean J. Taylor
fbd3050a61
Update date in DESCRIPTION
2018-12-05 08:38:26 -08:00
Sean J. Taylor
a5da086ba0
Clean non-ASCII characters out of generated_holidays
2018-12-04 14:49:44 -08:00
Ben Letham
c9f1ccaa63
Version bump; test fixes; R build
2018-12-03 22:21:37 -08:00
Ben Letham
635ae5a1a6
Have fixed ordering for components plots
2018-12-03 20:14:24 -08:00
Ben Letham
52bbb08dee
Add note to documentation about acceptable units for diagnostics
2018-12-03 19:20:21 -08:00
Ben Letham
1d398c679d
Allow overriding any of the arguments to stan functions
2018-12-03 19:05:47 -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
Thomas J. Leeper
5f6612148a
add Github URLs to DESCRIPTION ( #761 )
2018-12-03 17:01:01 -08:00
Ben Letham
390af32290
Typo fix in documentation
2018-12-03 16:58:25 -08:00
Baran Buluttekin
0f5f05d53c
Fix url for docstring in Turkey class ( #751 )
...
Docstring in Turkey class changed with corresponding url.
2018-12-03 16:54:39 -08:00
Ben Letham
f44285038c
Allow setting other handlers in the logging
2018-12-03 16:29:07 -08:00
Ben Letham
b76ace9570
Test type casting of extra regressors
2018-12-03 15:43:13 -08:00
Ben Letham
13d96cff8f
Fix type casting for extra regressors, and a shape issue
2018-12-03 15:22:19 -08:00
Ben Letham
91917df8f0
Handle parameter shaping with MCMC and one changepoint ( #608 )
2018-12-03 14:25:28 -08:00
Ben Letham
fe677f290b
Set rlang requirement to avoid bug in #592
2018-12-03 13:54:08 -08:00
Ben Letham
e3ad97b8b3
Documentation fixes
2018-12-03 13:25:26 -08:00
Ben Letham
536fe931c6
Add documentation for country holidays
2018-12-03 11:54:55 -08:00
Ben Letham
287fb2f6de
Move built-in country holidays to a function (R)
2018-11-30 23:12:19 -08:00
Ben Letham
92f955d25a
Move built-in country holidays to a method
2018-11-30 17:20:22 -08:00
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