Arkadii Yakovets
8cf3ba9e46
Update python-holidays integration ( #2379 )
2023-05-28 17:31:59 +10:00
Cuong Duong
49e455a86f
Skip serialize test until pandas 2.0 issue is resolved ( #2433 )
2023-05-18 00:42:09 +10:00
Arkadii Yakovets
3ae65be001
Update hdays.py Turkey import path ( #2431 )
2023-05-17 15:48:41 +10:00
lior1990
5e54831268
Make sure 'mu' and 'std' are not numpy floats ( #2378 )
2023-05-07 23:43:05 +10:00
Cuong Duong
0bc1f9e784
Refactor tests - use fixtures and parametrization, allow backend argument ( #2401 )
2023-05-07 22:56:09 +10:00
Cuong Duong
3c5321681a
Migrate pkg_resources to importlib_resources ( #2352 )
2023-01-25 16:00:03 +11:00
Cuong Duong
0bf05baf3c
Bump R version and update holidays file for release ( #2349 )
2023-01-20 21:52:45 +11:00
Cuong Duong
583f81e428
Build version-agnostic wheels ( #2343 )
2023-01-20 10:33:43 +11:00
Cuong Duong
2f84620a28
Simplify setup.py and tests ( #2336 )
2023-01-19 21:52:19 +11:00
Cuong Duong
8b3d09caf7
Sanitize warm start parameters ( #2342 )
2023-01-15 00:05:40 +11:00
Yasir Ekinci
0a5becb777
fourier_series: fix Windows int -> np.int64 dtype ( #2340 )
2023-01-13 10:58:48 +11:00
Cuong Duong
eb71d0117b
Properly allow warm starts ( #2335 )
2023-01-12 03:11:15 +11:00
Yasir Ekinci
e2b4ef3a8e
Speed up fourier_series ( #2334 )
2023-01-12 01:49:03 +11:00
Oren Matar
0716751288
10X faster predict by replacing DataFrame with dict ( #2299 )
2023-01-10 02:14:01 +11:00
NBekmuratov
ef2a802bd3
Update hdays.py ( #2267 )
2023-01-08 09:07:11 +11:00
Brian Blood
eba63df350
Update plot.py astype ( #2244 )
2022-09-14 23:59:57 +10:00
Colin Catlin
8fbf8ba2a5
Speed Up Uncertainty Predictions ( #2186 )
2022-09-09 00:58:06 +10:00
Cuong Duong
b3fedb560e
Remove Cython from install reqs and update shim ( #2262 )
2022-09-06 09:27:54 +10:00
Vincent Koc
05438721e7
Logic simplification ( #2192 )
2022-09-05 08:31:33 +10:00
Cuong Duong
201887403b
Incorporate cmdstanpy v1.0.4 updates ( #2259 )
2022-09-05 06:55:58 +10:00
Cuong Duong
4a53023bec
Have a single source for __version__ ( #2258 )
2022-09-05 06:15:28 +10:00
Brian Ward
95b1741d44
Setup: Fix issue with Windows toolchain install ( #2225 )
2022-07-08 08:19:56 +10:00
Cuong Duong
65781f4606
Update __init__.py ( #2218 )
2022-07-02 18:48:26 +10:00
Brian Ward
f73a8d6331
Block broken cmdstanpy versions in pyproject.toml ( #2217 )
2022-07-02 17:12:15 +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
Andrew Johnson
2bbcd2c698
Use normal glm distribution for Stan model ( #2051 )
2022-05-24 22:11:22 +10:00
Andrii Oriekhov
4026f1ca4d
add GitHub URL for PyPi ( #2128 )
2022-05-24 21:51:05 +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
Cuong Duong
0a44095570
pin holidays >=0.13 to fix UK bug
2022-05-23 02:36:14 +10:00
Cuong Duong
385e2afb43
Small fixes to setup and readme ( #2175 )
2022-05-22 19:40:41 +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
9cdad80c36
hotfix setup.py
2021-10-04 10:16:55 +11:00
Anurag Kumar
675ece7d6a
Update setup.py ( #2027 )
2021-10-03 18:42:38 +11:00
Cuong Duong
4fb577e5d4
(Stage 1) Python Wheels for PyPi ( #2010 )
2021-10-03 12:03:03 +11:00
Cuong Duong
fabf67e73d
Set lower bound for holidays to 0.11.3.1 ( #2038 )
2021-10-03 05:29:04 +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
Ben Letham
847ecee033
Merge
2021-04-20 17:43:10 -07:00
loulo1
3a0061e8e1
change init into inits for CmdStanPyBackend
2021-04-14 15:39:02 +02:00