GraphCanon updated 2w · GitHub synced 2w
Decision brief
AutoGluon: an automated ML library for Python that promises accuracy in model training with minimal effort, supporting tabular data, time-series forecasting, vision tasks, and NLP.
Good fit when
- When you need quick setup of complex ML workflows involving CV, NLP, or structured data analysis.
- For projects where rapid prototyping across a range of ML tasks from tabular to image classification is critical.
Avoid when
- If your environment does not support Python versions 3.10-3.13 as AutoGluon requires these specific versions for operation.
- For custom model developments where low-level control over every aspect of the ML process is a priority, given that AutoGluon automates significant parts of this.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 2w
- Provenance
- Not a fork · Organization account
- As of 2w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install autogluon PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
AutoGluon is an automated machine learning library that simplifies the process of creating efficient machine learning models with minimal configuration.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 4, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 4, 2026)
AutoGluon is supported on Python 3.10 - 3.13 and is available on Linux, MacOS, and Windows.Source link
Tags
README
💾 Installation
AutoGluon is supported on Python 3.10 - 3.13 and is available on Linux, MacOS, and Windows.
You can install AutoGluon with:
pip install autogluon
Visit our Installation Guide for detailed instructions, including GPU support, Conda installs, and optional dependencies.
:classical_building: License
This library is licensed under the Apache 2.0 License.
For agents
This page has a .md twin and JSON over the API.