Commit graph

20 commits

Author SHA1 Message Date
Cuong Duong
65781f4606
Update __init__.py (#2218) 2022-07-02 18:48:26 +10:00
Cuong Duong
679db85047
Update holidays data (#2179) 2022-05-25 00:10:46 +10:00
Oskar Triebe
17b085b6db
hdays: remove countries defined in python-holidays (#2044) 2022-05-24 22:37:42 +10:00
RaymondMcT
e665430adc
Improved execution time of rolling_mean_by_h (#2142) 2022-05-24 22:28:58 +10:00
Kha
10310ceb2d
Change deprecated append to concat (#2114) 2022-05-23 03:18:14 +10:00
Julian Carrasquillo
cc5484c4e3
adding no history error handling to cross_validation (#2140) 2022-05-23 03:12:46 +10:00
Brian Ward
df411c9192
Remove pystan, leave backend abstraction for now (#2148) 2022-05-05 17:37:17 +10:00
Brian Ward
9968f8be41
Simplify setup.py, make CmdStan the default backend (#2088) 2022-04-05 00:06:59 +10:00
Aliaksandr Barouski
efca9301ce
Fixing potential security issue (#2108)
An attacker could access random URL from the executing server if model is crafted. It happens
because pd.read_json checks if the parameter is string contains URL and loads it in the case. The
fix enforcing using parameter as a JSON.

Co-authored-by: Alex Barouski <barouski@fb.com>
2022-01-31 14:18:56 -05:00
Cuong Duong
04ffdc997d
Add Windows wheel (#2089) 2021-12-25 23:20:24 +11:00
Cuong Duong
4fb577e5d4
(Stage 1) Python Wheels for PyPi (#2010) 2021-10-03 12:03:03 +11:00
Marco Edward Gorelli
17dbb86ab0
Speed up make_holiday_features by up to 35% (#1962) 2021-08-28 12:19:40 +10:00
Cuong Duong
be87004df9 Merge remote-tracking branch 'upstream/master' into minor-fixing 2021-08-28 02:04:44 +10:00
slowy07
05aa1fdd37 fix: typo grammar 2021-08-03 08:37:45 +07:00
Drobin Max
d8d819a34f
Update forecaster.py
added 'flat' growth option in docstring
2021-05-24 17:32:14 +03:00
Greg Rafferty
4b859bca01
added argument for point color to cv plot (#1895) 2021-05-10 16:04:34 -07:00
Ben Sully
0616bfb5da
Add model_to_dict and model_from_dict functions (#1871)
This commit adds the model_to_dict and model_from_dict functions, using
all of the logic that previously lived in model_to_json and
model_from_json, and converting those functions to simply reuse the new
ones.

This is useful because sometimes the user may want to serialize the dict
in some other way (e.g. another JSON serialization library such as ujson
or orjson, or something entirely different).
2021-04-20 18:10:06 -07:00
Ben Letham
83c4ef3e2b Merge branch 'patch-1' of https://github.com/loulo1/prophet into loulo1-patch-1 2021-04-20 17:49:17 -07:00
Vladimir Shargin
899b4fac13
Add include_legend flag to m.plot() (#1858) 2021-04-03 18:01:41 -04: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