Commit graph

415 commits

Author SHA1 Message Date
Marco Edward Gorelli
dc1df4cb23
chore: address pandas futurewarning from "M" (#2632) 2024-10-20 19:37:57 +11:00
Hubert Błaszczyk
691a4640fd
Enable creation of custom performance metrics (#2599) 2024-10-19 01:29:18 +11:00
Cuong Duong
9de976ef42
Update __version__.py 2024-09-29 10:08:09 +10:00
Arkadii Yakovets
e2236659ee
Update holidays package dependency constraints (#2587) 2024-09-28 20:05:32 +10:00
Brian Ward
83e124dfa5
Merge pull request #2598 from YuyuZhou1228/main
Removed remaining depreciated datetime conversions (#2492)
2024-09-23 09:19:08 -04:00
Yuyu Zhou
8f5d8e87ca
Removed remaining depreciated datetime conversions (#2492)
an extension of #2523, removed remaining instances of the depreciated and unnecessary use of .dt.to_pydatetime()
2024-07-13 22:01:26 +08:00
Shamal
447b26ebf7 AttributeError: np.float_ fixed 2024-06-21 17:38:21 +05:30
Thomas Chia
36421b70f0
Fix Issue #2577 - Zero Division Error in diagnostics.performance_metrics() causing failed assertion (#2578) 2024-05-19 00:08:15 +10:00
Nathanael Lampe
50d06860c0
Use stable sort when sorting values in forecaster (#2568) 2024-05-18 22:05:47 +10:00
iMad
b4ee8f1b0a
Include predictions for missing y (NaN) dates in the history (#2530)
Co-authored-by: Imad Rahmouni <rahmim00@futurmaster.com>
2024-05-18 21:56:55 +10:00
Tom Peachey
f89de329bf
Removed depreciated/unnecessary datetime conversion (#2523) 2024-05-18 21:17:18 +10:00
Cuong Duong
211d2ebd4d
Bump version for release (#2507) 2023-10-10 23:53:55 +11:00
Joanne Sun
89f30fd2fb
change CMDSTAN version for Apple M2 (#2497) 2023-10-10 21:14:24 +11:00
Cuong Duong
7b062be8fa
Separate preprocessing step from fit() method for easier debugging (#2505) 2023-10-10 06:49:11 +11:00
Al-Ekram Elahee Hridoy
279d8d6a30
Check for tight_layout before applying it in plot function (#2504) 2023-10-08 00:56:46 +11:00
dchiang00
53b9b1a6be
Add predict_columns parameter to cross validation (#2486) 2023-09-20 11:56:04 +10: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
Michael Schulte
2ac9e8fa76
Replace deprecated iteritems() with items() (#2461) 2023-08-22 08:27:06 +10:00
Cuong Duong
52a8723e32
Delete hdays module (#2443) 2023-07-07 22:21:54 +10:00
Cuong Duong
3746765007
Fix setup.py stan file temp destination (#2451) 2023-06-19 07:39:18 +10:00
Cuong Duong
c930168546
Bump version numbers for release (#2441) 2023-05-30 00:26:57 +10:00
Cuong Duong
a0d1a33220
Change types for backwards compatibility tests (#2440) 2023-05-30 00:25:10 +10:00
Brian Ward
9dd5c8cc4f
Build CmdStan and Stan Model in temporary directory (#2428) 2023-05-28 23:29:42 +10:00
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