AutoGluon-Text is a submodule of AutoGluon for text classification and regression. It provides automated machine learning with multi-modal support (text, image, tabular). The latest PyPI version is 0.6.2, but the project has moved to a unified autogluon package (current version ~1.5.0). Release cadence is quarterly. Note: The autogluon.text package is deprecated; use autogluon>=1.0 and import from autogluon.multimodal instead.
pip install autogluon.textVerified import paths — ran on the pinned version, not inferred.
Train a text classifier using AutoGluon-Text on a sample dataset. Note: use autogluon>=1.0 for new projects.
Switch to autogluon>=1.0 and use MultiModalPredictor from autogluon.multimodal.
Install autogluon (full) for all features: 'pip install autogluon'.
Use Python 3.8 or 3.9, or upgrade to autogluon>=1.0 which supports Python 3.8-3.12.
Transition to 'pip install autogluon' and use MultiModalPredictor.