autogluon.timeseries 1.1.2b20240731__py3-none-any.whl → 1.1.2b20240802__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.
@@ -284,7 +284,7 @@ class AutoETSModel(AbstractProbabilisticStatsForecastModel):
284
284
  # Disable seasonality if time series too short for chosen season_length, season_length is too high, or
285
285
  # season_length == 1. Otherwise model will crash
286
286
  season_length = local_model_args["season_length"]
287
- if len(time_series) < 2 * season_length or season_length == 1 or season_length > 24:
287
+ if len(time_series) < 2 * season_length or season_length == 1:
288
288
  # changing last character to "N" disables seasonality, e.g., model="AAA" -> model="AAN"
289
289
  local_model_args["model"] = local_model_args["model"][:-1] + "N"
290
290
  return super()._predict_with_local_model(time_series=time_series, local_model_args=local_model_args)
@@ -1,3 +1,3 @@
1
1
  """This is the autogluon version file."""
2
- __version__ = '1.1.2b20240731'
2
+ __version__ = '1.1.2b20240802'
3
3
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.timeseries
3
- Version: 1.1.2b20240731
3
+ Version: 1.1.2b20240802
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
@@ -38,7 +38,7 @@ Requires-Dist: joblib <2,>=1.1
38
38
  Requires-Dist: numpy <1.29,>=1.21
39
39
  Requires-Dist: scipy <1.13,>=1.5.4
40
40
  Requires-Dist: pandas <2.3.0,>=2.0.0
41
- Requires-Dist: torch <2.4,>=2.2
41
+ Requires-Dist: torch <2.5,>=2.2
42
42
  Requires-Dist: lightning <2.4,>=2.2
43
43
  Requires-Dist: pytorch-lightning <2.4,>=2.2
44
44
  Requires-Dist: transformers[sentencepiece] <4.41.0,>=4.38.0
@@ -52,9 +52,9 @@ Requires-Dist: fugue >=0.9.0
52
52
  Requires-Dist: tqdm <5,>=4.38
53
53
  Requires-Dist: orjson ~=3.9
54
54
  Requires-Dist: tensorboard <3,>=2.9
55
- Requires-Dist: autogluon.core[raytune] ==1.1.2b20240731
56
- Requires-Dist: autogluon.common ==1.1.2b20240731
57
- Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost] ==1.1.2b20240731
55
+ Requires-Dist: autogluon.core[raytune] ==1.1.2b20240802
56
+ Requires-Dist: autogluon.common ==1.1.2b20240802
57
+ Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost] ==1.1.2b20240802
58
58
  Provides-Extra: all
59
59
  Requires-Dist: optimum[onnxruntime] <1.19,>=1.17 ; extra == 'all'
60
60
  Provides-Extra: chronos-onnx
@@ -1,10 +1,10 @@
1
- autogluon.timeseries-1.1.2b20240731-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.timeseries-1.1.2b20240802-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=IYXpJSDyTzjZXjKL_SrTujt5Uke83mSJFA0sMj25_sM,13828
5
5
  autogluon/timeseries/predictor.py,sha256=th-UrZx2-4tJ3dnw_XUBwBW_obrfa_YC4VtY9bRfv8A,83073
6
6
  autogluon/timeseries/splitter.py,sha256=eghGwAAN2_cxGk5aJBILgjGWtLzjxJcytMy49gg_q18,3061
7
- autogluon/timeseries/version.py,sha256=764MBlNASjupuk2o-sTkA99KxTRjG4GqUedS9Zvlv4I,90
7
+ autogluon/timeseries/version.py,sha256=ckgVzzatvPpbtFdbvzJ0-FL6xS0T3vksYbJPqxSDKC0,90
8
8
  autogluon/timeseries/configs/__init__.py,sha256=BTtHIPCYeGjqgOcvqb8qPD4VNX-ICKOg6wnkew1cPOE,98
9
9
  autogluon/timeseries/configs/presets_configs.py,sha256=94-yL9teDHKs2irWjP3kpewI7FE1ChYCgEgz9XHJ6gc,1965
10
10
  autogluon/timeseries/dataset/__init__.py,sha256=UvnhAN5tjgxXTHoZMQDy64YMDj4Xxa68yY7NP4vAw0o,81
@@ -37,7 +37,7 @@ autogluon/timeseries/models/local/__init__.py,sha256=JyckWWgMG1BTIWJqFTW6e1O-eb0
37
37
  autogluon/timeseries/models/local/abstract_local_model.py,sha256=JfjDXOSBgD_10JrIq5nWS038-4moRNI0001BLta8nRs,11723
38
38
  autogluon/timeseries/models/local/naive.py,sha256=iwRcFMFmJKPWPbD9TWaIUS51oav69F_VAp6-jb_5SUE,7249
39
39
  autogluon/timeseries/models/local/npts.py,sha256=Bp74doKnfpGE8ywP4FWOCI_RwRMsmgocYDfGtq764DA,4143
40
- autogluon/timeseries/models/local/statsforecast.py,sha256=e5rxHPGabgvr6kg_PHNYSNyRYtblmwp140R7AY5sQvY,32764
40
+ autogluon/timeseries/models/local/statsforecast.py,sha256=79swW7g7bn1CmuGY79i7r0uj0QZr6WLIfH_x3p1FTDA,32742
41
41
  autogluon/timeseries/models/multi_window/__init__.py,sha256=Bq7AT2Jxdd4WNqmjTdzeqgNiwn1NCyWp4tBIWaM-zfI,60
42
42
  autogluon/timeseries/models/multi_window/multi_window_model.py,sha256=HiujLv8MJ31fWxRM5iXG2PzobFn4Mus0nJPu0MP2Rw4,11374
43
43
  autogluon/timeseries/trainer/__init__.py,sha256=lxiOT-Gc6BEnr_yWQqra85kEngeM_wtH2SCaRbmC_qE,170
@@ -52,11 +52,11 @@ autogluon/timeseries/utils/datetime/base.py,sha256=3NdsH3NDq4cVAOSoy3XpaNixyNlbj
52
52
  autogluon/timeseries/utils/datetime/lags.py,sha256=GoLtvcZ8oKb3QkoBJ9E59LSPLOP7Qjxrr2UmMSZgjyw,5909
53
53
  autogluon/timeseries/utils/datetime/seasonality.py,sha256=h_4w00iEytAz_N_EpCENQ8RCXy7KQITczrYjBgVqWkQ,764
54
54
  autogluon/timeseries/utils/datetime/time_features.py,sha256=PAXbYbQ0z_5GFbkxSNi41zLY_2-U3x0Ynm1m_WhdtGc,2572
55
- autogluon.timeseries-1.1.2b20240731.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
56
- autogluon.timeseries-1.1.2b20240731.dist-info/METADATA,sha256=JOEkW_svIRRdGhUbG8bFolHmolT523zpJ556gpkaSKg,12500
57
- autogluon.timeseries-1.1.2b20240731.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
58
- autogluon.timeseries-1.1.2b20240731.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
59
- autogluon.timeseries-1.1.2b20240731.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
60
- autogluon.timeseries-1.1.2b20240731.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
61
- autogluon.timeseries-1.1.2b20240731.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
62
- autogluon.timeseries-1.1.2b20240731.dist-info/RECORD,,
55
+ autogluon.timeseries-1.1.2b20240802.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
56
+ autogluon.timeseries-1.1.2b20240802.dist-info/METADATA,sha256=etINDxaeA6ThELJdu2LfRcH86hRETmctLw2Owhnj5g4,12500
57
+ autogluon.timeseries-1.1.2b20240802.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
58
+ autogluon.timeseries-1.1.2b20240802.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
59
+ autogluon.timeseries-1.1.2b20240802.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
60
+ autogluon.timeseries-1.1.2b20240802.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
61
+ autogluon.timeseries-1.1.2b20240802.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
62
+ autogluon.timeseries-1.1.2b20240802.dist-info/RECORD,,