autogluon.common 1.2.1b20250311__py3-none-any.whl → 1.2.1b20250312__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/try_import.py +0 -15
- autogluon/common/version.py +1 -1
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/METADATA +2 -2
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/RECORD +11 -11
- /autogluon.common-1.2.1b20250311-py3.9-nspkg.pth → /autogluon.common-1.2.1b20250312-py3.9-nspkg.pth +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/LICENSE +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/NOTICE +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/WHEEL +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/namespace_packages.txt +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/top_level.txt +0 -0
- {autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/zip-safe +0 -0
@@ -186,21 +186,6 @@ def try_import_imodels():
|
|
186
186
|
raise ImportError("Unable to import dependency imodels. A quick tip is to install via `pip install imodels`. ")
|
187
187
|
|
188
188
|
|
189
|
-
def try_import_vowpalwabbit():
|
190
|
-
try:
|
191
|
-
import vowpalwabbit
|
192
|
-
from pkg_resources import parse_version # pylint: disable=import-outside-toplevel
|
193
|
-
|
194
|
-
vowpalwabbit_version = parse_version(vowpalwabbit.__version__)
|
195
|
-
assert vowpalwabbit_version >= parse_version("9.0.0") and vowpalwabbit_version < parse_version("9.10.0"), (
|
196
|
-
f"Currently, we only support vowpalwabbit version >=9.0 and <9.10. Found vowpalwabbit version: {vowpalwabbit_version}"
|
197
|
-
)
|
198
|
-
except ImportError:
|
199
|
-
raise ImportError(
|
200
|
-
"`import vowpalwabbit` failed.\nA quick tip is to install via `pip install vowpalwabbit>=9,<9.10"
|
201
|
-
)
|
202
|
-
|
203
|
-
|
204
189
|
def try_import_fasttext():
|
205
190
|
try:
|
206
191
|
import fasttext
|
autogluon/common/version.py
CHANGED
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.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.1b20250312
|
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,9 +42,9 @@ 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"
|
45
46
|
Requires-Dist: types-requests; extra == "tests"
|
46
47
|
Requires-Dist: pytest-mypy; extra == "tests"
|
47
|
-
Requires-Dist: types-setuptools; extra == "tests"
|
48
48
|
Requires-Dist: pytest; extra == "tests"
|
49
49
|
|
50
50
|
|
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/RECORD
RENAMED
@@ -1,8 +1,8 @@
|
|
1
|
-
autogluon.common-1.2.
|
1
|
+
autogluon.common-1.2.1b20250312-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=jJrTQDH93aen31K7aA8rJsXAtKx1fUM2eMDvRjqIPVs,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
|
@@ -41,13 +41,13 @@ autogluon/common/utils/resource_utils.py,sha256=CmU8OsaXoreja43gMGRZCg8BiKQdHvDx
|
|
41
41
|
autogluon/common/utils/s3_utils.py,sha256=Tj2VyUGUc7Vrx5KkCGKapvFQyaVvWpJNpjssfXg2Sl4,17142
|
42
42
|
autogluon/common/utils/simulation_utils.py,sha256=iEZcRWzP8xLQ8racIfOGC5V_A0W_xNgxPkGuBfX6hh8,3573
|
43
43
|
autogluon/common/utils/system_info.py,sha256=9BkFcdq1co0EMnZkk_AYdhxSEP3RqcU6uIp-iYx9bdc,4479
|
44
|
-
autogluon/common/utils/try_import.py,sha256
|
44
|
+
autogluon/common/utils/try_import.py,sha256=-yPhlPehiFS2prrxzpRkljmY49QXFR0oat8X7bDbrmo,6838
|
45
45
|
autogluon/common/utils/utils.py,sha256=H0gjBbiFBPuhnlHpirN3nU7WehoTZCv-231tb1oIvMI,7971
|
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.1b20250312.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
47
|
+
autogluon.common-1.2.1b20250312.dist-info/METADATA,sha256=Vml-cwKi8XxaJgT1C1SMGZjS7_KKkG90sscpJ1w6bK4,11658
|
48
|
+
autogluon.common-1.2.1b20250312.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
49
|
+
autogluon.common-1.2.1b20250312.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
50
|
+
autogluon.common-1.2.1b20250312.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
51
|
+
autogluon.common-1.2.1b20250312.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
52
|
+
autogluon.common-1.2.1b20250312.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
53
|
+
autogluon.common-1.2.1b20250312.dist-info/RECORD,,
|
/autogluon.common-1.2.1b20250311-py3.9-nspkg.pth → /autogluon.common-1.2.1b20250312-py3.9-nspkg.pth
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/LICENSE
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/NOTICE
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.common-1.2.1b20250311.dist-info → autogluon.common-1.2.1b20250312.dist-info}/zip-safe
RENAMED
File without changes
|