autogluon.common 1.2.1b20250205__py3-none-any.whl → 1.2.1b20250207__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/common/utils/log_utils.py +0 -2
- autogluon/common/version.py +1 -1
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/METADATA +2 -2
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/RECORD +11 -11
- /autogluon.common-1.2.1b20250205-py3.9-nspkg.pth → /autogluon.common-1.2.1b20250207-py3.9-nspkg.pth +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/LICENSE +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/NOTICE +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/WHEEL +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/namespace_packages.txt +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/top_level.txt +0 -0
- {autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/zip-safe +0 -0
@@ -183,12 +183,10 @@ def reset_logger_for_remote_call(verbosity: int):
|
|
183
183
|
from autogluon.core.models.abstract.abstract_model import logger as abstract_model_logger
|
184
184
|
from autogluon.core.models.ensemble.bagged_ensemble_model import logger as bem_logger
|
185
185
|
from autogluon.core.models.ensemble.fold_fitting_strategy import logger as ffs_logger
|
186
|
-
from autogluon.core.trainer.abstract_trainer import logger as abstract_trainer_logger
|
187
186
|
|
188
187
|
set_logger_verbosity(verbosity=verbosity, logger=None) # Default AutoGluon logger
|
189
188
|
set_logger_verbosity(verbosity=verbosity, logger=abstract_model_logger)
|
190
189
|
set_logger_verbosity(verbosity=verbosity, logger=ffs_logger)
|
191
|
-
set_logger_verbosity(verbosity=verbosity, logger=abstract_trainer_logger)
|
192
190
|
|
193
191
|
# FIXME: move information from this (fitting strategy, how many folds, ...) to remote worker logger
|
194
192
|
# (or make these messages lvl 10)
|
autogluon/common/version.py
CHANGED
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.common
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1b20250207
|
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
|
@@ -42,10 +42,10 @@ Requires-Dist: boto3<2,>=1.10
|
|
42
42
|
Requires-Dist: psutil<7.0.0,>=5.7.3
|
43
43
|
Requires-Dist: tqdm<5,>=4.38
|
44
44
|
Provides-Extra: tests
|
45
|
-
Requires-Dist: types-setuptools; extra == "tests"
|
46
45
|
Requires-Dist: pytest-mypy; extra == "tests"
|
47
46
|
Requires-Dist: pytest; extra == "tests"
|
48
47
|
Requires-Dist: types-requests; extra == "tests"
|
48
|
+
Requires-Dist: types-setuptools; extra == "tests"
|
49
49
|
|
50
50
|
|
51
51
|
|
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/RECORD
RENAMED
@@ -1,8 +1,8 @@
|
|
1
|
-
autogluon.common-1.2.
|
1
|
+
autogluon.common-1.2.1b20250207-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
|
2
2
|
autogluon/common/__init__.py,sha256=Q0tQ4UOtUEhPpj83k_xzQ9bmtoTSvfg_3WgPi1QopJk,352
|
3
3
|
autogluon/common/dataset.py,sha256=slfU8CxGFNJ86_2wKkT_zPMPr-iPB-sz7klz0YqJECo,1580
|
4
4
|
autogluon/common/space.py,sha256=oRSG-uFmsLACT42mT2vRp3NSuV8MaQz6X4sYwcZruxs,5457
|
5
|
-
autogluon/common/version.py,sha256=
|
5
|
+
autogluon/common/version.py,sha256=qLGkaeRkK6Ci2vuuzx2wJyC_Bqxje0rKtsrMZLKB_A4,91
|
6
6
|
autogluon/common/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
autogluon/common/features/feature_metadata.py,sha256=GDvZXyaNkDeuNv8omO4K7tkCPmMdpJzD5rH_hKtZD9E,25783
|
8
8
|
autogluon/common/features/infer_types.py,sha256=MkfVDoY__0Rr__zsDSKszmvYMq5RQRmbNboTG_tm64o,6492
|
@@ -32,7 +32,7 @@ autogluon/common/utils/distribute_utils.py,sha256=NYEQkDxGvbQ4pJNY1E-iAJDjk4wnoG
|
|
32
32
|
autogluon/common/utils/file_utils.py,sha256=S0uHTvdmljRiUIiLmwcoi399FutGpE5y1ZC1S5wv_pE,2782
|
33
33
|
autogluon/common/utils/hyperparameter_utils.py,sha256=YYijXx7_JMmJDFwT-ZVpDJpbHjFkXka6isLzAix87Ag,2292
|
34
34
|
autogluon/common/utils/lite.py,sha256=fRbJslvVx3vupboC1v5mnPk7fjeH2UlyIVzLskGL2-Q,317
|
35
|
-
autogluon/common/utils/log_utils.py,sha256=
|
35
|
+
autogluon/common/utils/log_utils.py,sha256=jxziaOEXHBxV97qYuIRyCRTDnHsj_rwRy_19cpM3Yu8,7278
|
36
36
|
autogluon/common/utils/multiprocessing_utils.py,sha256=gTbOMnwOrMYaY-NJy1GVS5aIv1LEehWR8Sn57vda3kg,589
|
37
37
|
autogluon/common/utils/nvutil.py,sha256=tVyCdUDoM7RSkO1Ek01NVRFL8bbFnQBryezYpN-BX1M,4804
|
38
38
|
autogluon/common/utils/pandas_utils.py,sha256=sirUUQkKZsmMwmXWEUZJ1n3ZYFQWqwz4iu-tAhZdv68,2432
|
@@ -43,11 +43,11 @@ autogluon/common/utils/simulation_utils.py,sha256=iEZcRWzP8xLQ8racIfOGC5V_A0W_xN
|
|
43
43
|
autogluon/common/utils/system_info.py,sha256=9BkFcdq1co0EMnZkk_AYdhxSEP3RqcU6uIp-iYx9bdc,4479
|
44
44
|
autogluon/common/utils/try_import.py,sha256=FVHRwyeUCyJyUEm3GevcTjOeatpIt38AxGSJLaDSvZo,7499
|
45
45
|
autogluon/common/utils/utils.py,sha256=dxb-OAXBLLw6mPtj0mr4WZbLEJlin8wChZ4hH5LhQ8U,7581
|
46
|
-
autogluon.common-1.2.
|
47
|
-
autogluon.common-1.2.
|
48
|
-
autogluon.common-1.2.
|
49
|
-
autogluon.common-1.2.
|
50
|
-
autogluon.common-1.2.
|
51
|
-
autogluon.common-1.2.
|
52
|
-
autogluon.common-1.2.
|
53
|
-
autogluon.common-1.2.
|
46
|
+
autogluon.common-1.2.1b20250207.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
47
|
+
autogluon.common-1.2.1b20250207.dist-info/METADATA,sha256=OYg0QaF8wYSFrIyWBDhU1Px0QuJBJ8eXhZbJZOiWn8g,11636
|
48
|
+
autogluon.common-1.2.1b20250207.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
49
|
+
autogluon.common-1.2.1b20250207.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
50
|
+
autogluon.common-1.2.1b20250207.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
51
|
+
autogluon.common-1.2.1b20250207.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
52
|
+
autogluon.common-1.2.1b20250207.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
53
|
+
autogluon.common-1.2.1b20250207.dist-info/RECORD,,
|
/autogluon.common-1.2.1b20250205-py3.9-nspkg.pth → /autogluon.common-1.2.1b20250207-py3.9-nspkg.pth
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/LICENSE
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/NOTICE
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.common-1.2.1b20250205.dist-info → autogluon.common-1.2.1b20250207.dist-info}/zip-safe
RENAMED
File without changes
|