autogluon.tabular 1.5.0b20251220__py3-none-any.whl → 1.5.0b20251228__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.
Potentially problematic release.
This version of autogluon.tabular might be problematic. Click here for more details.
- autogluon/tabular/version.py +1 -1
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/METADATA +25 -25
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/RECORD +10 -10
- /autogluon.tabular-1.5.0b20251220-py3.11-nspkg.pth → /autogluon.tabular-1.5.0b20251228-py3.11-nspkg.pth +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/WHEEL +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/licenses/LICENSE +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/licenses/NOTICE +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/namespace_packages.txt +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/top_level.txt +0 -0
- {autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/zip-safe +0 -0
autogluon/tabular/version.py
CHANGED
{autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: autogluon.tabular
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.0b20251228
|
|
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
|
|
@@ -40,8 +40,8 @@ Requires-Dist: scipy<1.17,>=1.5.4
|
|
|
40
40
|
Requires-Dist: pandas<2.4.0,>=2.0.0
|
|
41
41
|
Requires-Dist: scikit-learn<1.8.0,>=1.4.0
|
|
42
42
|
Requires-Dist: networkx<4,>=3.0
|
|
43
|
-
Requires-Dist: autogluon.core==1.5.
|
|
44
|
-
Requires-Dist: autogluon.features==1.5.
|
|
43
|
+
Requires-Dist: autogluon.core==1.5.0b20251228
|
|
44
|
+
Requires-Dist: autogluon.features==1.5.0b20251228
|
|
45
45
|
Provides-Extra: lightgbm
|
|
46
46
|
Requires-Dist: lightgbm<4.7,>=4.0; extra == "lightgbm"
|
|
47
47
|
Provides-Extra: catboost
|
|
@@ -77,7 +77,7 @@ Requires-Dist: einops<0.9,>=0.7; extra == "mitra"
|
|
|
77
77
|
Provides-Extra: tabicl
|
|
78
78
|
Requires-Dist: tabicl<0.2,>=0.1.4; extra == "tabicl"
|
|
79
79
|
Provides-Extra: ray
|
|
80
|
-
Requires-Dist: autogluon.core[all]==1.5.
|
|
80
|
+
Requires-Dist: autogluon.core[all]==1.5.0b20251228; extra == "ray"
|
|
81
81
|
Provides-Extra: skex
|
|
82
82
|
Requires-Dist: scikit-learn-intelex<2025.10,>=2025.0; extra == "skex"
|
|
83
83
|
Provides-Extra: imodels
|
|
@@ -89,38 +89,38 @@ Requires-Dist: onnx<1.21.0,>=1.13.0; platform_system != "Windows" and extra == "
|
|
|
89
89
|
Requires-Dist: onnxruntime<1.24.0,>=1.17.0; extra == "skl2onnx"
|
|
90
90
|
Requires-Dist: onnxruntime-gpu<1.24.0,>=1.17.0; (platform_system != "Darwin" and platform_machine != "aarch64") and extra == "skl2onnx"
|
|
91
91
|
Provides-Extra: all
|
|
92
|
-
Requires-Dist:
|
|
93
|
-
Requires-Dist:
|
|
92
|
+
Requires-Dist: fastai<2.9,>=2.3.1; extra == "all"
|
|
93
|
+
Requires-Dist: loguru; extra == "all"
|
|
94
|
+
Requires-Dist: einops<0.9,>=0.7; extra == "all"
|
|
94
95
|
Requires-Dist: catboost<1.3,>=1.2; extra == "all"
|
|
96
|
+
Requires-Dist: autogluon.core[all]==1.5.0b20251228; extra == "all"
|
|
95
97
|
Requires-Dist: huggingface_hub[torch]<1.0; extra == "all"
|
|
98
|
+
Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
|
|
99
|
+
Requires-Dist: transformers; extra == "all"
|
|
96
100
|
Requires-Dist: torch<2.10,>=2.6; extra == "all"
|
|
97
|
-
Requires-Dist: einx; extra == "all"
|
|
98
101
|
Requires-Dist: spacy<3.9; extra == "all"
|
|
99
|
-
Requires-Dist: loguru; extra == "all"
|
|
100
|
-
Requires-Dist: omegaconf; extra == "all"
|
|
101
102
|
Requires-Dist: xgboost<3.2,>=2.0; extra == "all"
|
|
102
|
-
Requires-Dist:
|
|
103
|
-
Requires-Dist:
|
|
104
|
-
Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
|
|
103
|
+
Requires-Dist: einx; extra == "all"
|
|
104
|
+
Requires-Dist: omegaconf; extra == "all"
|
|
105
105
|
Provides-Extra: tabarena
|
|
106
|
-
Requires-Dist:
|
|
107
|
-
Requires-Dist:
|
|
108
|
-
Requires-Dist: huggingface_hub[torch]<1.0; extra == "tabarena"
|
|
109
|
-
Requires-Dist: catboost<1.3,>=1.2; extra == "tabarena"
|
|
110
|
-
Requires-Dist: torch<2.10,>=2.6; extra == "tabarena"
|
|
111
|
-
Requires-Dist: einx; extra == "tabarena"
|
|
112
|
-
Requires-Dist: spacy<3.9; extra == "tabarena"
|
|
106
|
+
Requires-Dist: fastai<2.9,>=2.3.1; extra == "tabarena"
|
|
107
|
+
Requires-Dist: autogluon.core[all]==1.5.0b20251228; extra == "tabarena"
|
|
113
108
|
Requires-Dist: loguru; extra == "tabarena"
|
|
114
|
-
Requires-Dist:
|
|
115
|
-
Requires-Dist: xgboost<3.2,>=2.0; extra == "tabarena"
|
|
109
|
+
Requires-Dist: catboost<1.3,>=1.2; extra == "tabarena"
|
|
116
110
|
Requires-Dist: einops<0.9,>=0.7; extra == "tabarena"
|
|
111
|
+
Requires-Dist: huggingface_hub[torch]<1.0; extra == "tabarena"
|
|
117
112
|
Requires-Dist: tabpfn<6.2.1,>=6.2.0; extra == "tabarena"
|
|
118
|
-
Requires-Dist: fastai<2.9,>=2.3.1; extra == "tabarena"
|
|
119
|
-
Requires-Dist: pytabkit<1.8,>=1.7.2; extra == "tabarena"
|
|
120
|
-
Requires-Dist: tabdpt<1.2,>=1.1.11; extra == "tabarena"
|
|
121
|
-
Requires-Dist: tabicl<0.2,>=0.1.4; extra == "tabarena"
|
|
122
113
|
Requires-Dist: lightgbm<4.7,>=4.0; extra == "tabarena"
|
|
114
|
+
Requires-Dist: tabicl<0.2,>=0.1.4; extra == "tabarena"
|
|
115
|
+
Requires-Dist: pytabkit<1.8,>=1.7.2; extra == "tabarena"
|
|
116
|
+
Requires-Dist: transformers; extra == "tabarena"
|
|
117
|
+
Requires-Dist: torch<2.10,>=2.6; extra == "tabarena"
|
|
118
|
+
Requires-Dist: spacy<3.9; extra == "tabarena"
|
|
119
|
+
Requires-Dist: xgboost<3.2,>=2.0; extra == "tabarena"
|
|
120
|
+
Requires-Dist: einx; extra == "tabarena"
|
|
121
|
+
Requires-Dist: omegaconf; extra == "tabarena"
|
|
123
122
|
Requires-Dist: interpret-core<0.8,>=0.7.2; extra == "tabarena"
|
|
123
|
+
Requires-Dist: tabdpt<1.2,>=1.1.11; extra == "tabarena"
|
|
124
124
|
Provides-Extra: tests
|
|
125
125
|
Requires-Dist: interpret-core<0.8,>=0.7.2; extra == "tests"
|
|
126
126
|
Requires-Dist: tabdpt<1.2,>=1.1.11; extra == "tests"
|
{autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
autogluon.tabular-1.5.
|
|
1
|
+
autogluon.tabular-1.5.0b20251228-py3.11-nspkg.pth,sha256=kAlKxjI5mE3Pwwqphu2maN5OBQk8W8ew70e_qbI1c6A,482
|
|
2
2
|
autogluon/tabular/__init__.py,sha256=2OXpJCvENRHubBTYNIPpHX93WWuFZzsJBtTZbNVHVas,400
|
|
3
|
-
autogluon/tabular/version.py,sha256=
|
|
3
|
+
autogluon/tabular/version.py,sha256=ql-ttdnXFbEq44jEDKKzFJcYJJGKGoaQGiHXl-3q3UU,91
|
|
4
4
|
autogluon/tabular/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
autogluon/tabular/configs/config_helper.py,sha256=Rby5gRhuY5IlZWdKbtsmzbSt948B97qxwQ2f1MbH_38,21070
|
|
6
6
|
autogluon/tabular/configs/feature_generator_presets.py,sha256=EV5Ym8VW15q92MwOUpTi7wZFS2QooM51fLg3RdUsn-M,1223
|
|
@@ -205,11 +205,11 @@ autogluon/tabular/trainer/model_presets/presets.py,sha256=hoWADaOG576Q_XLV1nY_ju
|
|
|
205
205
|
autogluon/tabular/trainer/model_presets/presets_distill.py,sha256=MnFC2GJc6RmDBNAGbsO2XMfo3PjR8cUrZoilWW8gTYQ,3295
|
|
206
206
|
autogluon/tabular/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
207
207
|
autogluon/tabular/tuning/feature_pruner.py,sha256=9iNku8gVbYEkjuKlyITPJDicsNkoraaQOlINQq9iZlQ,6877
|
|
208
|
-
autogluon_tabular-1.5.
|
|
209
|
-
autogluon_tabular-1.5.
|
|
210
|
-
autogluon_tabular-1.5.
|
|
211
|
-
autogluon_tabular-1.5.
|
|
212
|
-
autogluon_tabular-1.5.
|
|
213
|
-
autogluon_tabular-1.5.
|
|
214
|
-
autogluon_tabular-1.5.
|
|
215
|
-
autogluon_tabular-1.5.
|
|
208
|
+
autogluon_tabular-1.5.0b20251228.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
209
|
+
autogluon_tabular-1.5.0b20251228.dist-info/licenses/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
|
210
|
+
autogluon_tabular-1.5.0b20251228.dist-info/METADATA,sha256=Dqx7OgCXj1nUyhL0tcpu6v76mFXnqK8Qg0aS1dB-2mw,17054
|
|
211
|
+
autogluon_tabular-1.5.0b20251228.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
212
|
+
autogluon_tabular-1.5.0b20251228.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
|
213
|
+
autogluon_tabular-1.5.0b20251228.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
|
214
|
+
autogluon_tabular-1.5.0b20251228.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
215
|
+
autogluon_tabular-1.5.0b20251228.dist-info/RECORD,,
|
|
File without changes
|
{autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{autogluon_tabular-1.5.0b20251220.dist-info → autogluon_tabular-1.5.0b20251228.dist-info}/zip-safe
RENAMED
|
File without changes
|