autogluon.timeseries 1.2.1b20250427__py3-none-any.whl → 1.2.1b20250428__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.
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  from pprint import pformat
2
3
  from typing import Any, Dict, Optional, Sequence, Type, Union
3
4
 
@@ -80,7 +81,9 @@ def check_get_evaluation_metric(
80
81
  if seasonal_period is not None:
81
82
  scorer.seasonal_period = seasonal_period
82
83
  if horizon_weight is not None:
83
- scorer.horizon_weight = scorer.check_get_horizon_weight(horizon_weight, prediction_length=prediction_length)
84
+ scorer.horizon_weight = scorer.check_get_horizon_weight(
85
+ horizon_weight, prediction_length=prediction_length
86
+ )
84
87
  elif isinstance(eval_metric, type) and issubclass(eval_metric, TimeSeriesScorer):
85
88
  # e.g., user passed `eval_metric=CustomMetric` instead of `eval_metric=CustomMetric()`
86
89
  scorer = eval_metric(**metric_kwargs)
@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.2.1b20250427"
3
+ __version__ = "1.2.1b20250428"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.timeseries
3
- Version: 1.2.1b20250427
3
+ Version: 1.2.1b20250428
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
@@ -55,10 +55,10 @@ 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.1b20250427
59
- Requires-Dist: autogluon.common==1.2.1b20250427
60
- Requires-Dist: autogluon.features==1.2.1b20250427
61
- Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.1b20250427
58
+ Requires-Dist: autogluon.core[raytune]==1.2.1b20250428
59
+ Requires-Dist: autogluon.common==1.2.1b20250428
60
+ Requires-Dist: autogluon.features==1.2.1b20250428
61
+ Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.1b20250428
62
62
  Provides-Extra: all
63
63
  Provides-Extra: chronos-onnx
64
64
  Requires-Dist: optimum[onnxruntime]<1.23,>=1.17; extra == "chronos-onnx"
@@ -1,4 +1,4 @@
1
- autogluon.timeseries-1.2.1b20250427-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.timeseries-1.2.1b20250428-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=pIn4YSOk0aqCWyBpIlwnAsFnG4h7PLXk8guFH3wFS-w,13923
@@ -6,12 +6,12 @@ autogluon/timeseries/predictor.py,sha256=Dz-LJVU5sjlFCOqHTeYPt77DuGavdAXB0DkclpM
6
6
  autogluon/timeseries/regressor.py,sha256=xw5VPrXS-NQ_Ts4ppDjoNV0TdqUYjW4VINUtb_BZdiI,11868
7
7
  autogluon/timeseries/splitter.py,sha256=yzPca9p2bWV-_VJAptUyyzQsxu-uixAdpMoGQtDzMD4,3205
8
8
  autogluon/timeseries/trainer.py,sha256=57OyqlTAVahDPxF5GmdDljIr1RbjnIUL_d5TbrkTJ2c,58075
9
- autogluon/timeseries/version.py,sha256=MYp1RtN1gV71F2mBvyr6Hhxxc5fa6p7SICDe0s2XoUY,91
9
+ autogluon/timeseries/version.py,sha256=ZqDXviJX6gr3bhUWh9_IM7nMN154ruvly_t21L9cGl0,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
13
13
  autogluon/timeseries/dataset/ts_dataframe.py,sha256=W3VE65lFyWmqMQ3XHN4Jhrqf_dO1EOLneNL2QDvVxeY,48120
14
- autogluon/timeseries/metrics/__init__.py,sha256=6v6aFjC_zbSTcSjU2hr0_LQf3MhCArMgKow3IfU2g-M,3477
14
+ autogluon/timeseries/metrics/__init__.py,sha256=OTrQbuCLhn9kYJ2JhTlNisMA53hEmvZepzT3AaMj0LE,3542
15
15
  autogluon/timeseries/metrics/abstract.py,sha256=Z4ThftPBgLl9AgPQoJWcjHpVaOWWr6X3s3WwpvpAUOg,11818
16
16
  autogluon/timeseries/metrics/point.py,sha256=xllyGh11otbmUVHyIaceROPR3qyllWPQ9xlSmIGI3EI,18306
17
17
  autogluon/timeseries/metrics/quantile.py,sha256=vhmETtjPsIfVlvtILNAT6F2PtIDNPrOroy-U1FQbgw8,4632
@@ -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.1b20250427.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
64
- autogluon.timeseries-1.2.1b20250427.dist-info/METADATA,sha256=YhebfebGJqsOMuBmB134Tg3ULwwLv-aIAEJmwIwBQxE,12737
65
- autogluon.timeseries-1.2.1b20250427.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
66
- autogluon.timeseries-1.2.1b20250427.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
67
- autogluon.timeseries-1.2.1b20250427.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
68
- autogluon.timeseries-1.2.1b20250427.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
69
- autogluon.timeseries-1.2.1b20250427.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
70
- autogluon.timeseries-1.2.1b20250427.dist-info/RECORD,,
63
+ autogluon.timeseries-1.2.1b20250428.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
64
+ autogluon.timeseries-1.2.1b20250428.dist-info/METADATA,sha256=bAWBTuj9KxJ6b8DRKKN8IC7LkhcGcAFx0p_sLFy5xc0,12737
65
+ autogluon.timeseries-1.2.1b20250428.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
66
+ autogluon.timeseries-1.2.1b20250428.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
67
+ autogluon.timeseries-1.2.1b20250428.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
68
+ autogluon.timeseries-1.2.1b20250428.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
69
+ autogluon.timeseries-1.2.1b20250428.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
70
+ autogluon.timeseries-1.2.1b20250428.dist-info/RECORD,,