autogluon.timeseries 1.2.1b20250109__py3-none-any.whl → 1.2.1b20250110__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/models/chronos/pipeline/chronos.py +3 -3
- autogluon/timeseries/version.py +1 -1
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/METADATA +5 -5
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/RECORD +11 -11
- /autogluon.timeseries-1.2.1b20250109-py3.8-nspkg.pth → /autogluon.timeseries-1.2.1b20250110-py3.8-nspkg.pth +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/LICENSE +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/NOTICE +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/WHEEL +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/namespace_packages.txt +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/top_level.txt +0 -0
- {autogluon.timeseries-1.2.1b20250109.dist-info → autogluon.timeseries-1.2.1b20250110.dist-info}/zip-safe +0 -0
@@ -46,9 +46,9 @@ class ChronosConfig:
|
|
46
46
|
top_p: float
|
47
47
|
|
48
48
|
def __post_init__(self):
|
49
|
-
assert (
|
50
|
-
|
51
|
-
)
|
49
|
+
assert self.pad_token_id < self.n_special_tokens and self.eos_token_id < self.n_special_tokens, (
|
50
|
+
f"Special token id's must be smaller than {self.n_special_tokens=}"
|
51
|
+
)
|
52
52
|
|
53
53
|
def create_tokenizer(self) -> "ChronosTokenizer":
|
54
54
|
if self.tokenizer_class == "MeanScaleUniformBins":
|
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.1b20250110
|
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
|
@@ -53,9 +53,9 @@ Requires-Dist: fugue>=0.9.0
|
|
53
53
|
Requires-Dist: tqdm<5,>=4.38
|
54
54
|
Requires-Dist: orjson~=3.9
|
55
55
|
Requires-Dist: tensorboard<3,>=2.9
|
56
|
-
Requires-Dist: autogluon.core[raytune]==1.2.
|
57
|
-
Requires-Dist: autogluon.common==1.2.
|
58
|
-
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.
|
56
|
+
Requires-Dist: autogluon.core[raytune]==1.2.1b20250110
|
57
|
+
Requires-Dist: autogluon.common==1.2.1b20250110
|
58
|
+
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.1b20250110
|
59
59
|
Provides-Extra: all
|
60
60
|
Provides-Extra: chronos-onnx
|
61
61
|
Requires-Dist: optimum[onnxruntime]<1.20,>=1.17; extra == "chronos-onnx"
|
@@ -80,7 +80,7 @@ Requires-Dist: pytest-timeout<3,>=2.1; extra == "tests"
|
|
80
80
|
[](https://pypi.org/project/autogluon/)
|
81
81
|
[](https://pepy.tech/project/autogluon)
|
82
82
|
[](./LICENSE)
|
83
|
-
[](https://discord.gg/wjUmjqAc2N)
|
84
84
|
[](https://twitter.com/autogluon)
|
85
85
|
[](https://github.com/autogluon/autogluon/actions/workflows/continuous_integration.yml)
|
86
86
|
[](https://github.com/autogluon/autogluon/actions/workflows/platform_tests-command.yml)
|
@@ -1,11 +1,11 @@
|
|
1
|
-
autogluon.timeseries-1.2.
|
1
|
+
autogluon.timeseries-1.2.1b20250110-py3.8-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=mFnBC750C5PqgkkYNYni9oYQ5a6K8pXSsDLRDXuA7DI,14182
|
5
5
|
autogluon/timeseries/predictor.py,sha256=oPsZrvNnTIe1bBwryxRRNmxWu-RfD1XQz1gZd2Cja-o,86014
|
6
6
|
autogluon/timeseries/regressor.py,sha256=tqQ2zWImxpuEyaAM0DeCjOZ-xcWUYZbCXsqd471xXxQ,8351
|
7
7
|
autogluon/timeseries/splitter.py,sha256=eghGwAAN2_cxGk5aJBILgjGWtLzjxJcytMy49gg_q18,3061
|
8
|
-
autogluon/timeseries/version.py,sha256=
|
8
|
+
autogluon/timeseries/version.py,sha256=AGq81lVpmmLWoZzbwCzgbSN_eMpjRM7ZUk1rDC3lkhc,90
|
9
9
|
autogluon/timeseries/configs/__init__.py,sha256=BTtHIPCYeGjqgOcvqb8qPD4VNX-ICKOg6wnkew1cPOE,98
|
10
10
|
autogluon/timeseries/configs/presets_configs.py,sha256=cLat8ecLlWrI-SC5KLBDCX2SbVXaucemy2pjxJAtSY0,2543
|
11
11
|
autogluon/timeseries/dataset/__init__.py,sha256=UvnhAN5tjgxXTHoZMQDy64YMDj4Xxa68yY7NP4vAw0o,81
|
@@ -28,7 +28,7 @@ autogluon/timeseries/models/chronos/__init__.py,sha256=wT77HzTtmQxW3sw2k0mA5Ot6P
|
|
28
28
|
autogluon/timeseries/models/chronos/model.py,sha256=BsAgOK-AzghU-IM3H_XvezFh6JG1_3T3Poql48DY7cE,30642
|
29
29
|
autogluon/timeseries/models/chronos/pipeline/__init__.py,sha256=N-YZH9BGBoi99r5cznJe1zEEjwjIg7cOYIHZkKuJq44,247
|
30
30
|
autogluon/timeseries/models/chronos/pipeline/base.py,sha256=14OAKHmio6LmO4mVom2mPGB0CvIrOjMGJzb-MVSAq-s,5596
|
31
|
-
autogluon/timeseries/models/chronos/pipeline/chronos.py,sha256=
|
31
|
+
autogluon/timeseries/models/chronos/pipeline/chronos.py,sha256=uFJLsSb2WQiSrmDZ0g2mO-lhTFUlq7vplGRBXZ9_VBk,22591
|
32
32
|
autogluon/timeseries/models/chronos/pipeline/chronos_bolt.py,sha256=2MJuik-YFgONZ3X2DciAph5So6ABys5ppQhBC81gLyk,20083
|
33
33
|
autogluon/timeseries/models/chronos/pipeline/utils.py,sha256=shoVsQR40a5qHyhLVD8PaIvIiI0Y7mVp4dIe0Guu7Ws,13166
|
34
34
|
autogluon/timeseries/models/ensemble/__init__.py,sha256=kFr11Gmt7lQJu9Rr8HuIPphQN5l1TsoorfbJm_O3a_s,128
|
@@ -60,11 +60,11 @@ autogluon/timeseries/utils/datetime/base.py,sha256=3NdsH3NDq4cVAOSoy3XpaNixyNlbj
|
|
60
60
|
autogluon/timeseries/utils/datetime/lags.py,sha256=gQDk5_zmsY5DUWDUpSaCKYkQ9nHKKY-LsywJQRAoYSk,5988
|
61
61
|
autogluon/timeseries/utils/datetime/seasonality.py,sha256=YK_2k8hvYIMW-sJPnjGWRtCnvIOthwA2hATB3nwVoD4,834
|
62
62
|
autogluon/timeseries/utils/datetime/time_features.py,sha256=MjLi3zQ00uWWJtXH9oGX2GJkTbvjdSiuabSa4kcVuxE,2672
|
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.
|
70
|
-
autogluon.timeseries-1.2.
|
63
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
64
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/METADATA,sha256=6OlkYbUGuqnGT8gqyKTjsV1XZ37Fr_efRHHYSZWsm_s,12599
|
65
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
66
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
67
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
68
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
69
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
70
|
+
autogluon.timeseries-1.2.1b20250110.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|