Commit graph

8 commits

Author SHA1 Message Date
Cuong Duong
211d2ebd4d
Bump version for release (#2507) 2023-10-10 23:53:55 +11:00
CoreyBryant-everi
265ac0550b
Adds holiday_mode independent of seasonality (#2477) 2023-09-20 11:53:59 +10:00
Yasir Ekinci
415bb6ef97
Add support for MinMax scaling (#2470) 2023-09-15 08:51:16 +10:00
Colin Catlin
8fbf8ba2a5
Speed Up Uncertainty Predictions (#2186) 2022-09-09 00:58:06 +10:00
Cuong Duong
4a53023bec
Have a single source for __version__ (#2258) 2022-09-05 06:15:28 +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
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
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
Renamed from python/fbprophet/serialize.py (Browse further)