autogluon.tabular 1.2b20241206__py3-none-any.whl → 1.2.1b20241207__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.

@@ -1,3 +1,3 @@
1
1
  """This is the autogluon version file."""
2
- __version__ = '1.2b20241206'
2
+ __version__ = '1.2.1b20241207'
3
3
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.tabular
3
- Version: 1.2b20241206
3
+ Version: 1.2.1b20241207
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
@@ -39,18 +39,18 @@ Requires-Dist: scipy<1.16,>=1.5.4
39
39
  Requires-Dist: pandas<2.3.0,>=2.0.0
40
40
  Requires-Dist: scikit-learn<1.5.3,>=1.4.0
41
41
  Requires-Dist: networkx<4,>=3.0
42
- Requires-Dist: autogluon.core==1.2b20241206
43
- Requires-Dist: autogluon.features==1.2b20241206
42
+ Requires-Dist: autogluon.core==1.2.1b20241207
43
+ Requires-Dist: autogluon.features==1.2.1b20241207
44
44
  Provides-Extra: all
45
- Requires-Dist: huggingface-hub[torch]; extra == "all"
45
+ Requires-Dist: einops<0.9,>=0.7; extra == "all"
46
46
  Requires-Dist: lightgbm<4.6,>=4.0; extra == "all"
47
+ Requires-Dist: autogluon.core[all]==1.2.1b20241207; extra == "all"
47
48
  Requires-Dist: xgboost<2.2,>=1.6; extra == "all"
48
- Requires-Dist: spacy<3.8; extra == "all"
49
- Requires-Dist: numpy<2.0.0,>=1.25; extra == "all"
50
- Requires-Dist: fastai<2.8,>=2.3.1; extra == "all"
51
49
  Requires-Dist: torch<2.6,>=2.2; extra == "all"
52
- Requires-Dist: einops<0.9,>=0.7; extra == "all"
53
- Requires-Dist: autogluon.core[all]==1.2b20241206; extra == "all"
50
+ Requires-Dist: fastai<2.8,>=2.3.1; extra == "all"
51
+ Requires-Dist: huggingface-hub[torch]; extra == "all"
52
+ Requires-Dist: numpy<2.0.0,>=1.25; extra == "all"
53
+ Requires-Dist: spacy<3.8; extra == "all"
54
54
  Requires-Dist: catboost<1.3,>=1.2; extra == "all"
55
55
  Provides-Extra: catboost
56
56
  Requires-Dist: numpy<2.0.0,>=1.25; extra == "catboost"
@@ -64,7 +64,7 @@ Requires-Dist: imodels<1.4.0,>=1.3.10; extra == "imodels"
64
64
  Provides-Extra: lightgbm
65
65
  Requires-Dist: lightgbm<4.6,>=4.0; extra == "lightgbm"
66
66
  Provides-Extra: ray
67
- Requires-Dist: autogluon.core[all]==1.2b20241206; extra == "ray"
67
+ Requires-Dist: autogluon.core[all]==1.2.1b20241207; extra == "ray"
68
68
  Provides-Extra: skex
69
69
  Requires-Dist: scikit-learn-intelex<2025.1,>=2024.0; extra == "skex"
70
70
  Provides-Extra: skl2onnx
@@ -105,7 +105,7 @@ Requires-Dist: xgboost<2.2,>=1.6; extra == "xgboost"
105
105
 
106
106
  [![Latest Release](https://img.shields.io/github/v/release/autogluon/autogluon)](https://github.com/autogluon/autogluon/releases)
107
107
  [![Conda Forge](https://img.shields.io/conda/vn/conda-forge/autogluon.svg)](https://anaconda.org/conda-forge/autogluon)
108
- [![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/autogluon/)
108
+ [![Python Versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/autogluon/)
109
109
  [![Downloads](https://pepy.tech/badge/autogluon/month)](https://pepy.tech/project/autogluon)
110
110
  [![GitHub license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
111
111
  [![Discord](https://img.shields.io/discord/1043248669505368144?logo=discord&style=flat)](https://discord.gg/wjUmjqAc2N)
@@ -120,7 +120,7 @@ AutoGluon automates machine learning tasks enabling you to easily achieve strong
120
120
 
121
121
  ## 💾 Installation
122
122
 
123
- AutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows.
123
+ AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
124
124
 
125
125
  You can install AutoGluon with:
126
126
 
@@ -154,7 +154,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
154
154
 
155
155
  | Title | Format | Location | Date |
156
156
  |--------------------------------------------------------------------------------------------------------------------------|----------|----------------------------------------------------------------------------------|------------|
157
- | :tv: [AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of Code](https://www.youtube.com/watch?v=5tvp_Ihgnuk) | Tutorial | [AutoML Conf 2023](https://2023.automl.cc/) | 2023/09/12 |
157
+ | :tv: [AutoGluon: Towards No-Code Automated Machine Learning](https://www.youtube.com/watch?v=SwPq9qjaN2Q) | Tutorial | [AutoML 2024](https://2024.automl.cc/) | 2024/09/09 |
158
+ | :tv: [AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of Code](https://www.youtube.com/watch?v=5tvp_Ihgnuk) | Tutorial | [AutoML 2023](https://2023.automl.cc/) | 2023/09/12 |
158
159
  | :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
159
160
  | :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
160
161
  | :tv: [Solving Complex ML Problems in a few Lines of Code with AutoGluon](https://www.youtube.com/watch?v=J1UQUCPB88I) | Tutorial | PyData Seattle | 2023/06/20 |
@@ -1,6 +1,6 @@
1
- autogluon.tabular-1.2b20241206-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.tabular-1.2.1b20241207-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/tabular/__init__.py,sha256=2OXpJCvENRHubBTYNIPpHX93WWuFZzsJBtTZbNVHVas,400
3
- autogluon/tabular/version.py,sha256=pRVH-WiqrPA7EbSpAv8wv6pA61VydalWy-zbUWfj3nY,88
3
+ autogluon/tabular/version.py,sha256=7sMUBp9aSa4Sggp0I4tAnoXBPE3ljo3XV_NSY5mKG3k,90
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
@@ -152,11 +152,11 @@ autogluon/tabular/trainer/model_presets/presets.py,sha256=1E-Z1FxUpyydaoEdxcTCg7
152
152
  autogluon/tabular/trainer/model_presets/presets_distill.py,sha256=MnFC2GJc6RmDBNAGbsO2XMfo3PjR8cUrZoilWW8gTYQ,3295
153
153
  autogluon/tabular/tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
154
  autogluon/tabular/tuning/feature_pruner.py,sha256=9iNku8gVbYEkjuKlyITPJDicsNkoraaQOlINQq9iZlQ,6877
155
- autogluon.tabular-1.2b20241206.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
156
- autogluon.tabular-1.2b20241206.dist-info/METADATA,sha256=gvDQf_R_3ecUVx4kfCuw7BLEn2Hvke73RTW_wwIv-uk,14033
157
- autogluon.tabular-1.2b20241206.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
158
- autogluon.tabular-1.2b20241206.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
159
- autogluon.tabular-1.2b20241206.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
160
- autogluon.tabular-1.2b20241206.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
161
- autogluon.tabular-1.2b20241206.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
162
- autogluon.tabular-1.2b20241206.dist-info/RECORD,,
155
+ autogluon.tabular-1.2.1b20241207.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
156
+ autogluon.tabular-1.2.1b20241207.dist-info/METADATA,sha256=Wn0v2-HLNjEGwgezoirqn5wGhJHOZlXv0orquycJvsI,14276
157
+ autogluon.tabular-1.2.1b20241207.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
158
+ autogluon.tabular-1.2.1b20241207.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
159
+ autogluon.tabular-1.2.1b20241207.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
160
+ autogluon.tabular-1.2.1b20241207.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
161
+ autogluon.tabular-1.2.1b20241207.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
162
+ autogluon.tabular-1.2.1b20241207.dist-info/RECORD,,