autogluon.common 1.2.1b20250215__tar.gz → 1.2.1b20250217__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.
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/PKG-INFO +6 -4
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/version.py +1 -1
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/PKG-INFO +6 -4
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/setup.cfg +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/setup.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/dataset.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/features/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/features/feature_metadata.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/features/infer_types.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/features/types.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_json.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_pd.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_pkl.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_pointer.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_s3.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_str.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/loaders/load_zip.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/model_filter/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/model_filter/_model_filter.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/save_json.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/save_pd.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/save_pkl.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/save_pointer.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/savers/save_str.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/space.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/__init__.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/compression_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/context.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/deprecated_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/distribute_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/file_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/hyperparameter_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/lite.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/log_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/multiprocessing_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/nvutil.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/pandas_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/path_converter.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/resource_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/s3_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/simulation_utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/system_info.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/try_import.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/utils/utils.py +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/SOURCES.txt +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/dependency_links.txt +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/namespace_packages.txt +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/requires.txt +1 -1
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/top_level.txt +0 -0
- {autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon.common.egg-info/zip-safe +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.common
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1b20250217
|
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
|
@@ -57,9 +57,11 @@ License-File: ../NOTICE
|
|
57
57
|
|
58
58
|
[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)
|
59
59
|
|
60
|
-
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.
|
61
60
|
</div>
|
62
61
|
|
62
|
+
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.
|
63
|
+
|
64
|
+
|
63
65
|
## 💾 Installation
|
64
66
|
|
65
67
|
AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
|
@@ -99,8 +101,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
|
|
99
101
|
| :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 |
|
100
102
|
| :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 |
|
101
103
|
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
|
102
|
-
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
103
|
-
| :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 |
|
104
|
+
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
105
|
+
| :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 |
|
104
106
|
| :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 |
|
105
107
|
|
106
108
|
### Scientific Publications
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon.common
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1b20250217
|
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
|
@@ -57,9 +57,11 @@ License-File: ../NOTICE
|
|
57
57
|
|
58
58
|
[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)
|
59
59
|
|
60
|
-
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.
|
61
60
|
</div>
|
62
61
|
|
62
|
+
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.
|
63
|
+
|
64
|
+
|
63
65
|
## 💾 Installation
|
64
66
|
|
65
67
|
AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
|
@@ -99,8 +101,8 @@ Below is a curated list of recent tutorials and talks on AutoGluon. A comprehens
|
|
99
101
|
| :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 |
|
100
102
|
| :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 |
|
101
103
|
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
|
102
|
-
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
103
|
-
| :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 |
|
104
|
+
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
105
|
+
| :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 |
|
104
106
|
| :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 |
|
105
107
|
|
106
108
|
### Scientific Publications
|
File without changes
|
File without changes
|
{autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/__init__.py
RENAMED
File without changes
|
{autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/dataset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.common-1.2.1b20250215 → autogluon.common-1.2.1b20250217}/src/autogluon/common/space.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|