autogluon.tabular 1.2.1b20250410__py3-none-any.whl → 1.2.1b20250412__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.
@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.2.1b20250410"
3
+ __version__ = "1.2.1b20250412"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.tabular
3
- Version: 1.2.1b20250410
3
+ Version: 1.2.1b20250412
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
@@ -36,24 +36,24 @@ Requires-Python: >=3.9, <3.13
36
36
  Description-Content-Type: text/markdown
37
37
  License-File: ../LICENSE
38
38
  License-File: ../NOTICE
39
- Requires-Dist: numpy<2.1.4,>=1.25.0
39
+ Requires-Dist: numpy<2.3.0,>=1.25.0
40
40
  Requires-Dist: scipy<1.16,>=1.5.4
41
41
  Requires-Dist: pandas<2.3.0,>=2.0.0
42
- Requires-Dist: scikit-learn<1.5.3,>=1.4.0
42
+ Requires-Dist: scikit-learn<1.6.0,>=1.4.0
43
43
  Requires-Dist: networkx<4,>=3.0
44
- Requires-Dist: autogluon.core==1.2.1b20250410
45
- Requires-Dist: autogluon.features==1.2.1b20250410
44
+ Requires-Dist: autogluon.core==1.2.1b20250412
45
+ Requires-Dist: autogluon.features==1.2.1b20250412
46
46
  Provides-Extra: all
47
- Requires-Dist: autogluon.core[all]==1.2.1b20250410; extra == "all"
48
47
  Requires-Dist: numpy<2.0.0,>=1.25; extra == "all"
49
48
  Requires-Dist: lightgbm<4.7,>=4.0; extra == "all"
50
- Requires-Dist: xgboost<2.2,>=2.0; extra == "all"
51
- Requires-Dist: huggingface-hub[torch]; extra == "all"
52
49
  Requires-Dist: torch<2.7,>=2.2; extra == "all"
50
+ Requires-Dist: spacy<3.8; extra == "all"
51
+ Requires-Dist: xgboost<3.1,>=2.0; extra == "all"
52
+ Requires-Dist: huggingface-hub[torch]; extra == "all"
53
53
  Requires-Dist: einops<0.9,>=0.7; extra == "all"
54
54
  Requires-Dist: fastai<2.9,>=2.3.1; extra == "all"
55
55
  Requires-Dist: catboost<1.3,>=1.2; extra == "all"
56
- Requires-Dist: spacy<3.8; extra == "all"
56
+ Requires-Dist: autogluon.core[all]==1.2.1b20250412; extra == "all"
57
57
  Provides-Extra: catboost
58
58
  Requires-Dist: numpy<2.0.0,>=1.25; extra == "catboost"
59
59
  Requires-Dist: catboost<1.3,>=1.2; extra == "catboost"
@@ -62,13 +62,13 @@ Requires-Dist: spacy<3.8; extra == "fastai"
62
62
  Requires-Dist: torch<2.7,>=2.2; extra == "fastai"
63
63
  Requires-Dist: fastai<2.9,>=2.3.1; extra == "fastai"
64
64
  Provides-Extra: imodels
65
- Requires-Dist: imodels<1.4.0,>=1.3.10; extra == "imodels"
65
+ Requires-Dist: imodels<2.1.0,>=1.3.10; extra == "imodels"
66
66
  Provides-Extra: lightgbm
67
67
  Requires-Dist: lightgbm<4.7,>=4.0; extra == "lightgbm"
68
68
  Provides-Extra: ray
69
- Requires-Dist: autogluon.core[all]==1.2.1b20250410; extra == "ray"
69
+ Requires-Dist: autogluon.core[all]==1.2.1b20250412; extra == "ray"
70
70
  Provides-Extra: skex
71
- Requires-Dist: scikit-learn-intelex<2025.1,>=2024.0; extra == "skex"
71
+ Requires-Dist: scikit-learn-intelex<2025.5,>=2024.0; extra == "skex"
72
72
  Provides-Extra: skl2onnx
73
73
  Requires-Dist: skl2onnx<1.18.0,>=1.15.0; extra == "skl2onnx"
74
74
  Requires-Dist: onnxruntime<1.20.0,>=1.17.0; extra == "skl2onnx"
@@ -76,7 +76,7 @@ Requires-Dist: onnxruntime-gpu<1.20.0,>=1.17.0; extra == "skl2onnx"
76
76
  Requires-Dist: onnx<1.18.0,>=1.13.0; platform_system != "Windows" and extra == "skl2onnx"
77
77
  Requires-Dist: onnx<1.16.2,>=1.13.0; platform_system == "Windows" and extra == "skl2onnx"
78
78
  Provides-Extra: tabpfn
79
- Requires-Dist: tabpfn<0.2,>=0.1.11; extra == "tabpfn"
79
+ Requires-Dist: tabpfn<2.1,>=0.1.11; extra == "tabpfn"
80
80
  Provides-Extra: tabpfnmix
81
81
  Requires-Dist: torch<2.7,>=2.2; extra == "tabpfnmix"
82
82
  Requires-Dist: huggingface-hub[torch]; extra == "tabpfnmix"
@@ -85,14 +85,14 @@ Provides-Extra: tests
85
85
  Requires-Dist: torch<2.7,>=2.2; extra == "tests"
86
86
  Requires-Dist: huggingface-hub[torch]; extra == "tests"
87
87
  Requires-Dist: einops<0.9,>=0.7; extra == "tests"
88
- Requires-Dist: imodels<1.4.0,>=1.3.10; extra == "tests"
88
+ Requires-Dist: imodels<2.1.0,>=1.3.10; extra == "tests"
89
89
  Requires-Dist: skl2onnx<1.18.0,>=1.15.0; extra == "tests"
90
90
  Requires-Dist: onnxruntime<1.20.0,>=1.17.0; extra == "tests"
91
91
  Requires-Dist: onnxruntime-gpu<1.20.0,>=1.17.0; extra == "tests"
92
92
  Requires-Dist: onnx<1.18.0,>=1.13.0; platform_system != "Windows" and extra == "tests"
93
93
  Requires-Dist: onnx<1.16.2,>=1.13.0; platform_system == "Windows" and extra == "tests"
94
94
  Provides-Extra: xgboost
95
- Requires-Dist: xgboost<2.2,>=2.0; extra == "xgboost"
95
+ Requires-Dist: xgboost<3.1,>=2.0; extra == "xgboost"
96
96
 
97
97
 
98
98
 
@@ -1,6 +1,6 @@
1
- autogluon.tabular-1.2.1b20250410-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.tabular-1.2.1b20250412-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/tabular/__init__.py,sha256=2OXpJCvENRHubBTYNIPpHX93WWuFZzsJBtTZbNVHVas,400
3
- autogluon/tabular/version.py,sha256=tJeST0EZCa1sWbuBSG5OURtJwcs6LfjpwjLa8Ns8AI4,91
3
+ autogluon/tabular/version.py,sha256=Q746j5Y7OHYIe-Dj1MKox1rGh6Gi5GKMHmhBJB3sV50,91
4
4
  autogluon/tabular/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  autogluon/tabular/configs/config_helper.py,sha256=Pb2aW9Z9w77pYKPRVZ3nBzHY3KJaiEJSJ747zZcJIVk,21132
6
6
  autogluon/tabular/configs/feature_generator_presets.py,sha256=EV5Ym8VW15q92MwOUpTi7wZFS2QooM51fLg3RdUsn-M,1223
@@ -146,11 +146,11 @@ autogluon/tabular/trainer/model_presets/presets.py,sha256=bTPGPyz07a7GG6327yO6ry
146
146
  autogluon/tabular/trainer/model_presets/presets_distill.py,sha256=MnFC2GJc6RmDBNAGbsO2XMfo3PjR8cUrZoilWW8gTYQ,3295
147
147
  autogluon/tabular/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
148
  autogluon/tabular/tuning/feature_pruner.py,sha256=9iNku8gVbYEkjuKlyITPJDicsNkoraaQOlINQq9iZlQ,6877
149
- autogluon.tabular-1.2.1b20250410.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
150
- autogluon.tabular-1.2.1b20250410.dist-info/METADATA,sha256=hJLpnm70tE_o2XdeqHfpb2HNS7MeGOeBBLDux-UxHpM,14069
151
- autogluon.tabular-1.2.1b20250410.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
152
- autogluon.tabular-1.2.1b20250410.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
153
- autogluon.tabular-1.2.1b20250410.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
154
- autogluon.tabular-1.2.1b20250410.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
155
- autogluon.tabular-1.2.1b20250410.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
156
- autogluon.tabular-1.2.1b20250410.dist-info/RECORD,,
149
+ autogluon.tabular-1.2.1b20250412.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
150
+ autogluon.tabular-1.2.1b20250412.dist-info/METADATA,sha256=p2nnQrkXhG6DBvT3BRg2VrIDdhajY5vQUB08vN-a4V4,14069
151
+ autogluon.tabular-1.2.1b20250412.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
152
+ autogluon.tabular-1.2.1b20250412.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
153
+ autogluon.tabular-1.2.1b20250412.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
154
+ autogluon.tabular-1.2.1b20250412.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
155
+ autogluon.tabular-1.2.1b20250412.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
156
+ autogluon.tabular-1.2.1b20250412.dist-info/RECORD,,