autogluon.timeseries 1.2.1b20250302__py3-none-any.whl → 1.2.1b20250304__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/predictor.py +6 -1
- autogluon/timeseries/version.py +1 -1
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/METADATA +4 -4
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/RECORD +11 -11
- /autogluon.timeseries-1.2.1b20250302-py3.9-nspkg.pth → /autogluon.timeseries-1.2.1b20250304-py3.9-nspkg.pth +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/LICENSE +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/NOTICE +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/WHEEL +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/namespace_packages.txt +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/top_level.txt +0 -0
- {autogluon.timeseries-1.2.1b20250302.dist-info → autogluon.timeseries-1.2.1b20250304.dist-info}/zip-safe +0 -0
@@ -10,7 +10,11 @@ from typing import Any, Dict, List, Literal, Optional, Type, Union, cast
|
|
10
10
|
import numpy as np
|
11
11
|
import pandas as pd
|
12
12
|
|
13
|
-
from autogluon.common.utils.log_utils import
|
13
|
+
from autogluon.common.utils.log_utils import (
|
14
|
+
add_log_to_file,
|
15
|
+
set_logger_verbosity,
|
16
|
+
warn_if_mlflow_autologging_is_enabled,
|
17
|
+
)
|
14
18
|
from autogluon.common.utils.system_info import get_ag_system_info
|
15
19
|
from autogluon.common.utils.utils import check_saved_predictor_version, setup_outputdir
|
16
20
|
from autogluon.core.utils.decorators import apply_presets
|
@@ -655,6 +659,7 @@ class TimeSeriesPredictor:
|
|
655
659
|
if verbosity is None:
|
656
660
|
verbosity = self.verbosity
|
657
661
|
set_logger_verbosity(verbosity, logger=logger)
|
662
|
+
warn_if_mlflow_autologging_is_enabled(logger=logger)
|
658
663
|
|
659
664
|
logger.info("Beginning AutoGluon training..." + (f" Time limit = {time_limit}s" if time_limit else ""))
|
660
665
|
logger.info(f"AutoGluon will save models to '{self.path}'")
|
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.1b20250304
|
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,9 +55,9 @@ 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.1b20250304
|
59
|
+
Requires-Dist: autogluon.common==1.2.1b20250304
|
60
|
+
Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.2.1b20250304
|
61
61
|
Provides-Extra: all
|
62
62
|
Provides-Extra: chronos-onnx
|
63
63
|
Requires-Dist: optimum[onnxruntime]<1.20,>=1.17; extra == "chronos-onnx"
|
@@ -1,12 +1,12 @@
|
|
1
|
-
autogluon.timeseries-1.2.
|
1
|
+
autogluon.timeseries-1.2.1b20250304-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
|
5
|
-
autogluon/timeseries/predictor.py,sha256=
|
5
|
+
autogluon/timeseries/predictor.py,sha256=DgKNvDfduVyauR7MXQZk04JyT3fc5erXAGVp3XOwDt4,85288
|
6
6
|
autogluon/timeseries/regressor.py,sha256=dIXttb0SOGS8IAwZOMANNDc796spN0LMysGUvuKgskU,9623
|
7
7
|
autogluon/timeseries/splitter.py,sha256=yzPca9p2bWV-_VJAptUyyzQsxu-uixAdpMoGQtDzMD4,3205
|
8
8
|
autogluon/timeseries/trainer.py,sha256=L9FT5qERcqlWTgH9IgE6QsO0aBNj2nivRKF2Oy4UJOk,57250
|
9
|
-
autogluon/timeseries/version.py,sha256=
|
9
|
+
autogluon/timeseries/version.py,sha256=p0UlMkkxgxdnhofvyqKPl_WnTfvNk3krUjeDbJ0df5c,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
|
@@ -58,11 +58,11 @@ autogluon/timeseries/utils/datetime/base.py,sha256=3NdsH3NDq4cVAOSoy3XpaNixyNlbj
|
|
58
58
|
autogluon/timeseries/utils/datetime/lags.py,sha256=gQDk5_zmsY5DUWDUpSaCKYkQ9nHKKY-LsywJQRAoYSk,5988
|
59
59
|
autogluon/timeseries/utils/datetime/seasonality.py,sha256=YK_2k8hvYIMW-sJPnjGWRtCnvIOthwA2hATB3nwVoD4,834
|
60
60
|
autogluon/timeseries/utils/datetime/time_features.py,sha256=MjLi3zQ00uWWJtXH9oGX2GJkTbvjdSiuabSa4kcVuxE,2672
|
61
|
-
autogluon.timeseries-1.2.
|
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.
|
61
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
62
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/METADATA,sha256=kp612rMGMUD2gKs3n6M3f6-kkW_e3ve2H7PQNXnguA8,12684
|
63
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
64
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
65
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
66
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
67
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
68
|
+
autogluon.timeseries-1.2.1b20250304.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|