autogluon 1.2b20241206__tar.gz → 1.2.1b20241207__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-1.2b20241206 → autogluon-1.2.1b20241207}/PKG-INFO +5 -4
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/PKG-INFO +5 -4
- autogluon-1.2.1b20241207/src/autogluon.egg-info/requires.txt +5 -0
- autogluon-1.2b20241206/src/autogluon.egg-info/requires.txt +0 -5
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/setup.cfg +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/setup.py +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon/_internal_/__init__.py +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/SOURCES.txt +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/dependency_links.txt +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/namespace_packages.txt +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/top_level.txt +0 -0
- {autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/zip-safe +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon
|
3
|
-
Version: 1.
|
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
|
@@ -18,7 +18,7 @@ Description:
|
|
18
18
|
|
19
19
|
[](https://github.com/autogluon/autogluon/releases)
|
20
20
|
[](https://anaconda.org/conda-forge/autogluon)
|
21
|
-
[](https://pypi.org/project/autogluon/)
|
22
22
|
[](https://pepy.tech/project/autogluon)
|
23
23
|
[](./LICENSE)
|
24
24
|
[](https://discord.gg/wjUmjqAc2N)
|
@@ -33,7 +33,7 @@ Description:
|
|
33
33
|
|
34
34
|
## 💾 Installation
|
35
35
|
|
36
|
-
AutoGluon is supported on Python 3.
|
36
|
+
AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
|
37
37
|
|
38
38
|
You can install AutoGluon with:
|
39
39
|
|
@@ -67,7 +67,8 @@ Description:
|
|
67
67
|
|
68
68
|
| Title | Format | Location | Date |
|
69
69
|
|--------------------------------------------------------------------------------------------------------------------------|----------|----------------------------------------------------------------------------------|------------|
|
70
|
-
| :tv: [AutoGluon
|
70
|
+
| :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 |
|
71
|
+
| :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 |
|
71
72
|
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
|
72
73
|
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
73
74
|
| :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
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autogluon
|
3
|
-
Version: 1.
|
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
|
@@ -18,7 +18,7 @@ Description:
|
|
18
18
|
|
19
19
|
[](https://github.com/autogluon/autogluon/releases)
|
20
20
|
[](https://anaconda.org/conda-forge/autogluon)
|
21
|
-
[](https://pypi.org/project/autogluon/)
|
22
22
|
[](https://pepy.tech/project/autogluon)
|
23
23
|
[](./LICENSE)
|
24
24
|
[](https://discord.gg/wjUmjqAc2N)
|
@@ -33,7 +33,7 @@ Description:
|
|
33
33
|
|
34
34
|
## 💾 Installation
|
35
35
|
|
36
|
-
AutoGluon is supported on Python 3.
|
36
|
+
AutoGluon is supported on Python 3.9 - 3.12 and is available on Linux, MacOS, and Windows.
|
37
37
|
|
38
38
|
You can install AutoGluon with:
|
39
39
|
|
@@ -67,7 +67,8 @@ Description:
|
|
67
67
|
|
68
68
|
| Title | Format | Location | Date |
|
69
69
|
|--------------------------------------------------------------------------------------------------------------------------|----------|----------------------------------------------------------------------------------|------------|
|
70
|
-
| :tv: [AutoGluon
|
70
|
+
| :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 |
|
71
|
+
| :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 |
|
71
72
|
| :sound: [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |
|
72
73
|
| :tv: [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 |
|
73
74
|
| :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 |
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/dependency_links.txt
RENAMED
File without changes
|
{autogluon-1.2b20241206 → autogluon-1.2.1b20241207}/src/autogluon.egg-info/namespace_packages.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|