autogluon.tabular 1.3.2b20250710__py3-none-any.whl → 1.3.2b20250711__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/tabular/version.py +1 -1
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/METADATA +11 -11
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/RECORD +10 -10
- /autogluon.tabular-1.3.2b20250710-py3.9-nspkg.pth → /autogluon.tabular-1.3.2b20250711-py3.9-nspkg.pth +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/LICENSE +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/NOTICE +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/WHEEL +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/namespace_packages.txt +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/top_level.txt +0 -0
- {autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/zip-safe +0 -0
autogluon/tabular/version.py
CHANGED
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.tabular
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.2b20250711
|
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
|
@@ -41,20 +41,20 @@ Requires-Dist: scipy<1.17,>=1.5.4
|
|
41
41
|
Requires-Dist: pandas<2.4.0,>=2.0.0
|
42
42
|
Requires-Dist: scikit-learn<1.8.0,>=1.4.0
|
43
43
|
Requires-Dist: networkx<4,>=3.0
|
44
|
-
Requires-Dist: autogluon.core==1.3.
|
45
|
-
Requires-Dist: autogluon.features==1.3.
|
44
|
+
Requires-Dist: autogluon.core==1.3.2b20250711
|
45
|
+
Requires-Dist: autogluon.features==1.3.2b20250711
|
46
46
|
Provides-Extra: all
|
47
|
-
Requires-Dist:
|
48
|
-
Requires-Dist:
|
47
|
+
Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
|
48
|
+
Requires-Dist: autogluon.core[all]==1.3.2b20250711; extra == "all"
|
49
49
|
Requires-Dist: spacy<3.9; extra == "all"
|
50
|
-
Requires-Dist:
|
51
|
-
Requires-Dist: pytabkit<1.6,>=1.5; extra == "all"
|
52
|
-
Requires-Dist: autogluon.core[all]==1.3.2b20250710; extra == "all"
|
50
|
+
Requires-Dist: xgboost<3.1,>=2.0; extra == "all"
|
53
51
|
Requires-Dist: fastai<2.9,>=2.3.1; extra == "all"
|
52
|
+
Requires-Dist: catboost<1.3,>=1.2; extra == "all"
|
54
53
|
Requires-Dist: huggingface-hub[torch]; extra == "all"
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
54
|
+
Requires-Dist: numpy<2.3.0,>=1.25; extra == "all"
|
55
|
+
Requires-Dist: einops<0.9,>=0.7; extra == "all"
|
57
56
|
Requires-Dist: torch<2.8,>=2.2; extra == "all"
|
57
|
+
Requires-Dist: pytabkit<1.6,>=1.5; extra == "all"
|
58
58
|
Provides-Extra: catboost
|
59
59
|
Requires-Dist: numpy<2.3.0,>=1.25; extra == "catboost"
|
60
60
|
Requires-Dist: catboost<1.3,>=1.2; extra == "catboost"
|
@@ -67,7 +67,7 @@ Requires-Dist: imodels<2.1.0,>=1.3.10; extra == "imodels"
|
|
67
67
|
Provides-Extra: lightgbm
|
68
68
|
Requires-Dist: lightgbm<4.7,>=4.0; extra == "lightgbm"
|
69
69
|
Provides-Extra: ray
|
70
|
-
Requires-Dist: autogluon.core[all]==1.3.
|
70
|
+
Requires-Dist: autogluon.core[all]==1.3.2b20250711; extra == "ray"
|
71
71
|
Provides-Extra: realmlp
|
72
72
|
Requires-Dist: pytabkit<1.6,>=1.5; extra == "realmlp"
|
73
73
|
Provides-Extra: skex
|
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
autogluon.tabular-1.3.
|
1
|
+
autogluon.tabular-1.3.2b20250711-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
|
2
2
|
autogluon/tabular/__init__.py,sha256=2OXpJCvENRHubBTYNIPpHX93WWuFZzsJBtTZbNVHVas,400
|
3
|
-
autogluon/tabular/version.py,sha256=
|
3
|
+
autogluon/tabular/version.py,sha256=v0iakvttW3DdrV3QLVZS9POR34hhZdNc3hc0eVzEc6k,91
|
4
4
|
autogluon/tabular/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
autogluon/tabular/configs/config_helper.py,sha256=JsdVGmpcYL88GPKBznPtqJ1sGaByOSvLn7KWU-HyVoQ,21085
|
6
6
|
autogluon/tabular/configs/feature_generator_presets.py,sha256=EV5Ym8VW15q92MwOUpTi7wZFS2QooM51fLg3RdUsn-M,1223
|
@@ -155,11 +155,11 @@ autogluon/tabular/trainer/model_presets/presets.py,sha256=hoWADaOG576Q_XLV1nY_ju
|
|
155
155
|
autogluon/tabular/trainer/model_presets/presets_distill.py,sha256=MnFC2GJc6RmDBNAGbsO2XMfo3PjR8cUrZoilWW8gTYQ,3295
|
156
156
|
autogluon/tabular/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
157
157
|
autogluon/tabular/tuning/feature_pruner.py,sha256=9iNku8gVbYEkjuKlyITPJDicsNkoraaQOlINQq9iZlQ,6877
|
158
|
-
autogluon.tabular-1.3.
|
159
|
-
autogluon.tabular-1.3.
|
160
|
-
autogluon.tabular-1.3.
|
161
|
-
autogluon.tabular-1.3.
|
162
|
-
autogluon.tabular-1.3.
|
163
|
-
autogluon.tabular-1.3.
|
164
|
-
autogluon.tabular-1.3.
|
165
|
-
autogluon.tabular-1.3.
|
158
|
+
autogluon.tabular-1.3.2b20250711.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
159
|
+
autogluon.tabular-1.3.2b20250711.dist-info/METADATA,sha256=H3u2cwrwzE0Z2RjaOZsjmL-8e5O2veEKF_u88DCaB0A,14394
|
160
|
+
autogluon.tabular-1.3.2b20250711.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
161
|
+
autogluon.tabular-1.3.2b20250711.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
162
|
+
autogluon.tabular-1.3.2b20250711.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
163
|
+
autogluon.tabular-1.3.2b20250711.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
164
|
+
autogluon.tabular-1.3.2b20250711.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
165
|
+
autogluon.tabular-1.3.2b20250711.dist-info/RECORD,,
|
File without changes
|
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/LICENSE
RENAMED
File without changes
|
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/NOTICE
RENAMED
File without changes
|
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.tabular-1.3.2b20250710.dist-info → autogluon.tabular-1.3.2b20250711.dist-info}/zip-safe
RENAMED
File without changes
|