autogluon.tabular 1.4.1b20250908__py3-none-any.whl → 1.4.1b20250910__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.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/METADATA +24 -24
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/RECORD +10 -10
- /autogluon.tabular-1.4.1b20250908-py3.9-nspkg.pth → /autogluon.tabular-1.4.1b20250910-py3.9-nspkg.pth +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/LICENSE +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/NOTICE +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/WHEEL +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/namespace_packages.txt +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/top_level.txt +0 -0
- {autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/zip-safe +0 -0
autogluon/tabular/version.py
CHANGED
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.tabular
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.1b20250910
|
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,23 +41,23 @@ 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.4.
|
45
|
-
Requires-Dist: autogluon.features==1.4.
|
44
|
+
Requires-Dist: autogluon.core==1.4.1b20250910
|
45
|
+
Requires-Dist: autogluon.features==1.4.1b20250910
|
46
46
|
Provides-Extra: all
|
47
|
+
Requires-Dist: fastai<2.9,>=2.3.1; extra == "all"
|
48
|
+
Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
|
49
|
+
Requires-Dist: numpy<2.3.0,>=1.25; extra == "all"
|
50
|
+
Requires-Dist: spacy<3.9; extra == "all"
|
51
|
+
Requires-Dist: autogluon.core[all]==1.4.1b20250910; extra == "all"
|
47
52
|
Requires-Dist: einops<0.9,>=0.7; extra == "all"
|
48
|
-
Requires-Dist: loguru; extra == "all"
|
49
53
|
Requires-Dist: catboost<1.3,>=1.2; extra == "all"
|
50
54
|
Requires-Dist: transformers; extra == "all"
|
51
|
-
Requires-Dist: numpy<2.3.0,>=1.25; extra == "all"
|
52
55
|
Requires-Dist: einx; extra == "all"
|
53
|
-
Requires-Dist:
|
56
|
+
Requires-Dist: loguru; extra == "all"
|
54
57
|
Requires-Dist: torch<2.8,>=2.6; extra == "all"
|
58
|
+
Requires-Dist: omegaconf; extra == "all"
|
55
59
|
Requires-Dist: huggingface-hub[torch]; extra == "all"
|
56
|
-
Requires-Dist: spacy<3.9; extra == "all"
|
57
|
-
Requires-Dist: autogluon.core[all]==1.4.1b20250908; extra == "all"
|
58
|
-
Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
|
59
60
|
Requires-Dist: xgboost<3.1,>=2.0; extra == "all"
|
60
|
-
Requires-Dist: fastai<2.9,>=2.3.1; extra == "all"
|
61
61
|
Requires-Dist: blis<1.2.1,>=0.7.0; (platform_system == "Windows" and python_version == "3.9") and extra == "all"
|
62
62
|
Provides-Extra: catboost
|
63
63
|
Requires-Dist: numpy<2.3.0,>=1.25; extra == "catboost"
|
@@ -82,7 +82,7 @@ Requires-Dist: transformers; extra == "mitra"
|
|
82
82
|
Requires-Dist: huggingface-hub[torch]; extra == "mitra"
|
83
83
|
Requires-Dist: einops<0.9,>=0.7; extra == "mitra"
|
84
84
|
Provides-Extra: ray
|
85
|
-
Requires-Dist: autogluon.core[all]==1.4.
|
85
|
+
Requires-Dist: autogluon.core[all]==1.4.1b20250910; extra == "ray"
|
86
86
|
Provides-Extra: realmlp
|
87
87
|
Requires-Dist: pytabkit<1.7,>=1.6; extra == "realmlp"
|
88
88
|
Provides-Extra: skex
|
@@ -94,24 +94,24 @@ Requires-Dist: onnxruntime-gpu<1.20.0,>=1.17.0; extra == "skl2onnx"
|
|
94
94
|
Requires-Dist: onnx<1.18.0,>=1.13.0; platform_system != "Windows" and extra == "skl2onnx"
|
95
95
|
Requires-Dist: onnx<1.16.2,>=1.13.0; platform_system == "Windows" and extra == "skl2onnx"
|
96
96
|
Provides-Extra: tabarena
|
97
|
-
Requires-Dist:
|
98
|
-
Requires-Dist:
|
99
|
-
Requires-Dist:
|
100
|
-
Requires-Dist:
|
101
|
-
Requires-Dist: huggingface-hub[torch]; extra == "tabarena"
|
102
|
-
Requires-Dist: torch<2.8,>=2.6; extra == "tabarena"
|
97
|
+
Requires-Dist: fastai<2.9,>=2.3.1; extra == "tabarena"
|
98
|
+
Requires-Dist: lightgbm<4.7,>=4.0; extra == "tabarena"
|
99
|
+
Requires-Dist: numpy<2.3.0,>=1.25; extra == "tabarena"
|
100
|
+
Requires-Dist: autogluon.core[all]==1.4.1b20250910; extra == "tabarena"
|
103
101
|
Requires-Dist: spacy<3.9; extra == "tabarena"
|
102
|
+
Requires-Dist: interpret-core<0.8,>=0.7.2; extra == "tabarena"
|
104
103
|
Requires-Dist: tabicl<0.2,>=0.1.3; extra == "tabarena"
|
105
|
-
Requires-Dist: numpy<2.3.0,>=1.25; extra == "tabarena"
|
106
|
-
Requires-Dist: einx; extra == "tabarena"
|
107
|
-
Requires-Dist: lightgbm<4.7,>=4.0; extra == "tabarena"
|
108
|
-
Requires-Dist: einops<0.9,>=0.7; extra == "tabarena"
|
109
104
|
Requires-Dist: tabpfn<2.2,>=2.0.9; extra == "tabarena"
|
110
105
|
Requires-Dist: omegaconf; extra == "tabarena"
|
111
|
-
Requires-Dist: autogluon.core[all]==1.4.1b20250908; extra == "tabarena"
|
112
|
-
Requires-Dist: pytabkit<1.7,>=1.6; extra == "tabarena"
|
113
106
|
Requires-Dist: xgboost<3.1,>=2.0; extra == "tabarena"
|
114
|
-
Requires-Dist:
|
107
|
+
Requires-Dist: einops<0.9,>=0.7; extra == "tabarena"
|
108
|
+
Requires-Dist: catboost<1.3,>=1.2; extra == "tabarena"
|
109
|
+
Requires-Dist: transformers; extra == "tabarena"
|
110
|
+
Requires-Dist: einx; extra == "tabarena"
|
111
|
+
Requires-Dist: loguru; extra == "tabarena"
|
112
|
+
Requires-Dist: torch<2.8,>=2.6; extra == "tabarena"
|
113
|
+
Requires-Dist: huggingface-hub[torch]; extra == "tabarena"
|
114
|
+
Requires-Dist: pytabkit<1.7,>=1.6; extra == "tabarena"
|
115
115
|
Requires-Dist: blis<1.2.1,>=0.7.0; (platform_system == "Windows" and python_version == "3.9") and extra == "tabarena"
|
116
116
|
Provides-Extra: tabicl
|
117
117
|
Requires-Dist: tabicl<0.2,>=0.1.3; extra == "tabicl"
|
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
autogluon.tabular-1.4.
|
1
|
+
autogluon.tabular-1.4.1b20250910-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=Od9gtUYvW_ziC1XMLgrhjHLicS8HZhgNK_i9LLB0VVo,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
|
@@ -195,11 +195,11 @@ autogluon/tabular/trainer/model_presets/presets.py,sha256=hoWADaOG576Q_XLV1nY_ju
|
|
195
195
|
autogluon/tabular/trainer/model_presets/presets_distill.py,sha256=MnFC2GJc6RmDBNAGbsO2XMfo3PjR8cUrZoilWW8gTYQ,3295
|
196
196
|
autogluon/tabular/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
197
197
|
autogluon/tabular/tuning/feature_pruner.py,sha256=9iNku8gVbYEkjuKlyITPJDicsNkoraaQOlINQq9iZlQ,6877
|
198
|
-
autogluon.tabular-1.4.
|
199
|
-
autogluon.tabular-1.4.
|
200
|
-
autogluon.tabular-1.4.
|
201
|
-
autogluon.tabular-1.4.
|
202
|
-
autogluon.tabular-1.4.
|
203
|
-
autogluon.tabular-1.4.
|
204
|
-
autogluon.tabular-1.4.
|
205
|
-
autogluon.tabular-1.4.
|
198
|
+
autogluon.tabular-1.4.1b20250910.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
199
|
+
autogluon.tabular-1.4.1b20250910.dist-info/METADATA,sha256=GDVO2IHzc2FJaats7fgb8A7MOnu7Gt1qrVBfsM2wMgE,16451
|
200
|
+
autogluon.tabular-1.4.1b20250910.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
|
201
|
+
autogluon.tabular-1.4.1b20250910.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
202
|
+
autogluon.tabular-1.4.1b20250910.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
203
|
+
autogluon.tabular-1.4.1b20250910.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
|
204
|
+
autogluon.tabular-1.4.1b20250910.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
205
|
+
autogluon.tabular-1.4.1b20250910.dist-info/RECORD,,
|
File without changes
|
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/LICENSE
RENAMED
File without changes
|
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/NOTICE
RENAMED
File without changes
|
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.tabular-1.4.1b20250908.dist-info → autogluon.tabular-1.4.1b20250910.dist-info}/zip-safe
RENAMED
File without changes
|