autogluon.features 1.2.1b20250214__tar.gz → 1.2.1b20250216__tar.gz

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.
Files changed (36) hide show
  1. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/PKG-INFO +6 -4
  2. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/version.py +1 -1
  3. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/PKG-INFO +6 -4
  4. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/requires.txt +1 -1
  5. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/setup.cfg +0 -0
  6. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/setup.py +0 -0
  7. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/__init__.py +0 -0
  8. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/binning.py +0 -0
  9. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/__init__.py +0 -0
  10. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/abstract.py +0 -0
  11. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/astype.py +0 -0
  12. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/auto_ml_pipeline.py +0 -0
  13. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/binned.py +0 -0
  14. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/bulk.py +0 -0
  15. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/category.py +0 -0
  16. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/datetime.py +0 -0
  17. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/drop_duplicates.py +0 -0
  18. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/drop_unique.py +0 -0
  19. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/dummy.py +0 -0
  20. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/fillna.py +0 -0
  21. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/identity.py +0 -0
  22. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/isnan.py +0 -0
  23. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/label_encoder.py +0 -0
  24. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/memory_minimize.py +0 -0
  25. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/one_hot_encoder.py +0 -0
  26. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/pipeline.py +0 -0
  27. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/rename.py +0 -0
  28. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/text_ngram.py +0 -0
  29. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/generators/text_special.py +0 -0
  30. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/utils.py +0 -0
  31. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon/features/vectorizers.py +0 -0
  32. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/SOURCES.txt +0 -0
  33. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/dependency_links.txt +0 -0
  34. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/namespace_packages.txt +0 -0
  35. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/top_level.txt +0 -0
  36. {autogluon.features-1.2.1b20250214 → autogluon.features-1.2.1b20250216}/src/autogluon.features.egg-info/zip-safe +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.features
3
- Version: 1.2.1b20250214
3
+ Version: 1.2.1b20250216
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
@@ -56,9 +56,11 @@ License-File: ../NOTICE
56
56
 
57
57
  [Installation](https://auto.gluon.ai/stable/install.html) | [Documentation](https://auto.gluon.ai/stable/index.html) | [Release Notes](https://auto.gluon.ai/stable/whats_new/index.html)
58
58
 
59
- AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
60
59
  </div>
61
60
 
61
+ AutoGluon, developed by AWS AI, automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
62
+
63
+
62
64
  ## 💾 Installation
63
65
 
64
66
  AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
@@ -98,8 +100,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
98
100
  | :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 |
99
101
  | :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 |
100
102
  | :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
101
- | :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
102
- | :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 |
103
+ | :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
104
+ | :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 |
103
105
  | :tv: [The AutoML Revolution](https://www.youtube.com/watch?v=VAAITEds-28) | Tutorial | [Fall AutoML School 2022](https://sites.google.com/view/automl-fall-school-2022) | 2022/10/18 |
104
106
 
105
107
  ### Scientific Publications
@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.2.1b20250214"
3
+ __version__ = "1.2.1b20250216"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.features
3
- Version: 1.2.1b20250214
3
+ Version: 1.2.1b20250216
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
@@ -56,9 +56,11 @@ License-File: ../NOTICE
56
56
 
57
57
  [Installation](https://auto.gluon.ai/stable/install.html) | [Documentation](https://auto.gluon.ai/stable/index.html) | [Release Notes](https://auto.gluon.ai/stable/whats_new/index.html)
58
58
 
59
- AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
60
59
  </div>
61
60
 
61
+ AutoGluon, developed by AWS AI, automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.
62
+
63
+
62
64
  ## 💾 Installation
63
65
 
64
66
  AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
@@ -98,8 +100,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
98
100
  | :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 |
99
101
  | :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 |
100
102
  | :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
101
- | :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
102
- | :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 |
103
+ | :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
104
+ | :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 |
103
105
  | :tv: [The AutoML Revolution](https://www.youtube.com/watch?v=VAAITEds-28) | Tutorial | [Fall AutoML School 2022](https://sites.google.com/view/automl-fall-school-2022) | 2022/10/18 |
104
106
 
105
107
  ### Scientific Publications
@@ -1,4 +1,4 @@
1
1
  numpy<2.1.4,>=1.25.0
2
2
  pandas<2.3.0,>=2.0.0
3
3
  scikit-learn<1.5.3,>=1.4.0
4
- autogluon.common==1.2.1b20250214
4
+ autogluon.common==1.2.1b20250216