autogluon.timeseries 1.2.1b20250410__py3-none-any.whl → 1.2.1b20250411__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- autogluon/timeseries/version.py +1 -1
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/METADATA +9 -9
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/RECORD +10 -10
- /autogluon.timeseries-1.2.1b20250410-py3.9-nspkg.pth → /autogluon.timeseries-1.2.1b20250411-py3.9-nspkg.pth +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/LICENSE +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/NOTICE +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/WHEEL +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/namespace_packages.txt +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/top_level.txt +0 -0
- {autogluon.timeseries-1.2.1b20250410.dist-info → autogluon.timeseries-1.2.1b20250411.dist-info}/zip-safe +0 -0
autogluon/timeseries/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.timeseries
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1b20250411
|
4
4
|
Summary: Fast and Accurate ML in 3 Lines of Code
|
5
5
|
Home-page: https://github.com/autogluon/autogluon
|
6
6
|
Author: AutoGluon Community
|
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
|
|
37
37
|
License-File: ../LICENSE
|
38
38
|
License-File: ../NOTICE
|
39
39
|
Requires-Dist: joblib<2,>=1.1
|
40
|
-
Requires-Dist: numpy<2.
|
40
|
+
Requires-Dist: numpy<2.3.0,>=1.25.0
|
41
41
|
Requires-Dist: scipy<1.16,>=1.5.4
|
42
42
|
Requires-Dist: pandas<2.3.0,>=2.0.0
|
43
43
|
Requires-Dist: torch<2.7,>=2.2
|
@@ -47,7 +47,7 @@ Requires-Dist: transformers[sentencepiece]<4.50,>=4.38.0
|
|
47
47
|
Requires-Dist: accelerate<2.0,>=0.34.0
|
48
48
|
Requires-Dist: gluonts<0.17,>=0.15.0
|
49
49
|
Requires-Dist: networkx<4,>=3.0
|
50
|
-
Requires-Dist: statsforecast<2.0.
|
50
|
+
Requires-Dist: statsforecast<2.0.2,>=1.7.0
|
51
51
|
Requires-Dist: mlforecast<0.14,>0.13
|
52
52
|
Requires-Dist: utilsforecast<0.2.11,>=0.2.3
|
53
53
|
Requires-Dist: coreforecast<0.0.16,>=0.0.12
|
@@ -55,15 +55,15 @@ Requires-Dist: fugue>=0.9.0
|
|
55
55
|
Requires-Dist: tqdm<5,>=4.38
|
56
56
|
Requires-Dist: orjson~=3.9
|
57
57
|
Requires-Dist: tensorboard<3,>=2.9
|
58
|
-
Requires-Dist: autogluon.core[raytune]==1.2.
|
59
|
-
Requires-Dist: autogluon.common==1.2.
|
60
|
-
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.
|
58
|
+
Requires-Dist: autogluon.core[raytune]==1.2.1b20250411
|
59
|
+
Requires-Dist: autogluon.common==1.2.1b20250411
|
60
|
+
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.1b20250411
|
61
61
|
Provides-Extra: all
|
62
62
|
Provides-Extra: chronos-onnx
|
63
|
-
Requires-Dist: optimum[onnxruntime]<1.
|
63
|
+
Requires-Dist: optimum[onnxruntime]<1.23,>=1.17; extra == "chronos-onnx"
|
64
64
|
Provides-Extra: chronos-openvino
|
65
|
-
Requires-Dist: optimum-intel[nncf,openvino]<1.
|
66
|
-
Requires-Dist: optimum[nncf,openvino]<1.
|
65
|
+
Requires-Dist: optimum-intel[nncf,openvino]<1.23,>=1.15; extra == "chronos-openvino"
|
66
|
+
Requires-Dist: optimum[nncf,openvino]<1.23,>=1.17; extra == "chronos-openvino"
|
67
67
|
Provides-Extra: tests
|
68
68
|
Requires-Dist: pytest; extra == "tests"
|
69
69
|
Requires-Dist: ruff>=0.0.285; extra == "tests"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
autogluon.timeseries-1.2.
|
1
|
+
autogluon.timeseries-1.2.1b20250411-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
|
2
2
|
autogluon/timeseries/__init__.py,sha256=_CrLLc1fkjen7UzWoO0Os8WZoHOgvZbHKy46I8v_4k4,304
|
3
3
|
autogluon/timeseries/evaluator.py,sha256=l642tYfTHsl8WVIq_vV6qhgAFVFr9UuZD7gLra3A_Kc,250
|
4
4
|
autogluon/timeseries/learner.py,sha256=PDAHFlos6q5JukwRE86tKoH0zxYf3nLzy7qfD_a5NYY,13849
|
@@ -6,7 +6,7 @@ autogluon/timeseries/predictor.py,sha256=DgKNvDfduVyauR7MXQZk04JyT3fc5erXAGVp3XO
|
|
6
6
|
autogluon/timeseries/regressor.py,sha256=3MlTpP-M1ayTZ52UQDK0wIMMFUijPep-iEyftlDdKPg,11804
|
7
7
|
autogluon/timeseries/splitter.py,sha256=yzPca9p2bWV-_VJAptUyyzQsxu-uixAdpMoGQtDzMD4,3205
|
8
8
|
autogluon/timeseries/trainer.py,sha256=EPKyWDpDnKK9ynUNKnnW_Zkg4UyPkxCUarIjngAFLWc,57525
|
9
|
-
autogluon/timeseries/version.py,sha256=
|
9
|
+
autogluon/timeseries/version.py,sha256=Me6Wx0KIEaoCqLzX7xcFk0juNCDMK_1EhFkh_68We6Q,91
|
10
10
|
autogluon/timeseries/configs/__init__.py,sha256=BTtHIPCYeGjqgOcvqb8qPD4VNX-ICKOg6wnkew1cPOE,98
|
11
11
|
autogluon/timeseries/configs/presets_configs.py,sha256=cLat8ecLlWrI-SC5KLBDCX2SbVXaucemy2pjxJAtSY0,2543
|
12
12
|
autogluon/timeseries/dataset/__init__.py,sha256=UvnhAN5tjgxXTHoZMQDy64YMDj4Xxa68yY7NP4vAw0o,81
|
@@ -59,11 +59,11 @@ autogluon/timeseries/utils/datetime/base.py,sha256=3NdsH3NDq4cVAOSoy3XpaNixyNlbj
|
|
59
59
|
autogluon/timeseries/utils/datetime/lags.py,sha256=gQDk5_zmsY5DUWDUpSaCKYkQ9nHKKY-LsywJQRAoYSk,5988
|
60
60
|
autogluon/timeseries/utils/datetime/seasonality.py,sha256=YK_2k8hvYIMW-sJPnjGWRtCnvIOthwA2hATB3nwVoD4,834
|
61
61
|
autogluon/timeseries/utils/datetime/time_features.py,sha256=MjLi3zQ00uWWJtXH9oGX2GJkTbvjdSiuabSa4kcVuxE,2672
|
62
|
-
autogluon.timeseries-1.2.
|
63
|
-
autogluon.timeseries-1.2.
|
64
|
-
autogluon.timeseries-1.2.
|
65
|
-
autogluon.timeseries-1.2.
|
66
|
-
autogluon.timeseries-1.2.
|
67
|
-
autogluon.timeseries-1.2.
|
68
|
-
autogluon.timeseries-1.2.
|
69
|
-
autogluon.timeseries-1.2.
|
62
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
63
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/METADATA,sha256=_-5h1JV8FjFVU3_8ckhyTWoVuJH14GH2a3YT51Z3gqk,12687
|
64
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
65
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
66
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
67
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
68
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
69
|
+
autogluon.timeseries-1.2.1b20250411.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|