\n\n

AutoML for Image, Text, Time Series, and Tabular Data

\n\n\n
\n

\n \n \"Latest\n \n \n \"Conda\n \n \n \"Python\n \n \n \"Downloads\"\n \n \n \"GitHub\n \n \n \"Discord\"\n \n \n \"Twitter\"\n \n

\n
\n \n\n[Install Instructions](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)\n\n
\n\n\nAutoGluon 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.\n\n## 💾 Installation\n\nAutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows.\n\nYou can install AutoGluon with:\n\n```python\npip install autogluon\n```\n\nVisit our [Installation Guide](https://auto.gluon.ai/stable/install.html) for detailed instructions, including GPU support, Conda installs, and optional dependencies.\n\n## ⚡ Quickstart\n\nBuild accurate end-to-end ML models in just 3 lines of code!\n\n```python\nfrom autogluon.tabular import TabularPredictor\npredictor = TabularPredictor(label=\"class\").fit(\"train.csv\")\npredictions = predictor.predict(\"test.csv\")\n```\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
AutoGluon TaskQuickstartAPI
TabularPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
TimeSeriesPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
MultiModalPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
\n\n\n## 🔍 Resources\n\n### Hands-on Tutorials / Talks\n\nBelow is a curated list of recent tutorials and talks on AutoGluon. A comprehensive list is available [here](AWESOME.md#videos--tutorials).\n\n| Title | Format | Location | Date |\n|--------------------------------------------------------------------------------------------------------------------------|----------|----------------------------------------------------------------------------------|------------|\n| 📺 [AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of Code](https://www.youtube.com/watch?v=5tvp_Ihgnuk) | Tutorial | [AutoML Conf 2023](https://2023.automl.cc/) | 2023/09/12 |\n| 🔉 [AutoGluon: The Story](https://automlpodcast.com/episode/autogluon-the-story) | Podcast | [The AutoML Podcast](https://automlpodcast.com/) | 2023/09/05 |\n| 📺 [AutoGluon: AutoML for Tabular, Multimodal, and Time Series Data](https://youtu.be/Lwu15m5mmbs?si=jSaFJDqkTU27C0fa) | Tutorial | PyData Berlin | 2023/06/20 | \n| 📺 [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 | \n| 📺 [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 |\n\n### Scientific Publications\n- [AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data](https://arxiv.org/pdf/2003.06505.pdf) (*Arxiv*, 2020) ([BibTeX](CITING.md#general-usage--autogluontabular))\n- [Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation](https://proceedings.neurips.cc/paper/2020/hash/62d75fb2e3075506e8837d8f55021ab1-Abstract.html) (*NeurIPS*, 2020) ([BibTeX](CITING.md#tabular-distillation))\n- [Benchmarking Multimodal AutoML for Tabular Data with Text Fields](https://datasets-benchmarks-proceedings.neurips.cc/paper/2021/file/9bf31c7ff062936a96d3c8bd1f8f2ff3-Paper-round2.pdf) (*NeurIPS*, 2021) ([BibTeX](CITING.md#autogluonmultimodal))\n- [XTab: Cross-table Pretraining for Tabular Transformers](https://proceedings.mlr.press/v202/zhu23k/zhu23k.pdf) (*ICML*, 2023)\n- [AutoGluon-TimeSeries: AutoML for Probabilistic Time Series Forecasting](https://arxiv.org/abs/2308.05566) (*AutoML Conf*, 2023) ([BibTeX](CITING.md#autogluontimeseries))\n- [TabRepo: A Large Scale Repository of Tabular Model Evaluations and its AutoML Applications](https://arxiv.org/pdf/2311.02971.pdf) (*Under Review*, 2024)\n\n### Articles\n- [AutoGluon-TimeSeries: Every Time Series Forecasting Model In One Library](https://towardsdatascience.com/autogluon-timeseries-every-time-series-forecasting-model-in-one-library-29a3bf6879db) (*Towards Data Science*, Jan 2024)\n- [AutoGluon for tabular data: 3 lines of code to achieve top 1% in Kaggle competitions](https://aws.amazon.com/blogs/opensource/machine-learning-with-autogluon-an-open-source-automl-library/) (*AWS Open Source Blog*, Mar 2020)\n- [AutoGluon overview & example applications](https://towardsdatascience.com/autogluon-deep-learning-automl-5cdb4e2388ec?source=friends_link&sk=e3d17d06880ac714e47f07f39178fdf2) (*Towards Data Science*, Dec 2019)\n\n### Train/Deploy AutoGluon in the Cloud\n- [AutoGluon Cloud](https://auto.gluon.ai/cloud/stable/index.html) (Recommended)\n- [AutoGluon on SageMaker AutoPilot](https://auto.gluon.ai/stable/tutorials/cloud_fit_deploy/autopilot-autogluon.html)\n- [AutoGluon on Amazon SageMaker](https://auto.gluon.ai/stable/tutorials/cloud_fit_deploy/cloud-aws-sagemaker-train-deploy.html)\n- [AutoGluon Deep Learning Containers](https://github.com/aws/deep-learning-containers/blob/master/available_images.md#autogluon-training-containers) (Security certified & maintained by the AutoGluon developers)\n- [AutoGluon Official Docker Container](https://hub.docker.com/r/autogluon/autogluon)\n- [AutoGluon-Tabular on AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-n4zf5pmjt7ism) (Not maintained by us)\n\n## 📝 Citing AutoGluon\n\nIf you use AutoGluon in a scientific publication, please refer to our [citation guide](CITING.md).\n\n## 👋 How to get involved\n\nWe are actively accepting code contributions to the AutoGluon project. If you are interested in contributing to AutoGluon, please read the [Contributing Guide](https://github.com/autogluon/autogluon/blob/master/CONTRIBUTING.md) to get started.\n\n## 🏛️ License\n\nThis library is licensed under the Apache 2.0 License.\n","html":"
\n\n\n

AutoML for Image, Text, Time Series, and Tabular Data

\n\n\n
\n

\n \n \"Latest\n \n \n \"Conda\n \n \n \"Python\n \n \n \"Downloads\"\n \n \n \"GitHub\n \n \n \"Discord\"\n \n \n \"Twitter\"\n \n

\n
\n \n\n

Install Instructions | Documentation | Release Notes

\n
\n\n\n

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.

\n

💾 Installation

\n

AutoGluon is supported on Python 3.8 - 3.11 and is available on Linux, MacOS, and Windows.

\n

You can install AutoGluon with:

\n
pip install autogluon\n
\n

Visit our Installation Guide for detailed instructions, including GPU support, Conda installs, and optional dependencies.

\n

⚡ Quickstart

\n

Build accurate end-to-end ML models in just 3 lines of code!

\n
from autogluon.tabular import TabularPredictor\npredictor = TabularPredictor(label=\"class\").fit(\"train.csv\")\npredictions = predictor.predict(\"test.csv\")\n
\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
AutoGluon TaskQuickstartAPI
TabularPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
TimeSeriesPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
MultiModalPredictor\n \n \"Quick\n \n \n \n \"API\"\n \n
\n\n\n

🔍 Resources

\n

Hands-on Tutorials / Talks

\n

Below is a curated list of recent tutorials and talks on AutoGluon. A comprehensive list is available here.

\n
\n\t\n\t\t\n\n\n\n\n\n\n\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t
TitleFormatLocationDate
📺 AutoGluon 1.0: Shattering the AutoML Ceiling with Zero Lines of CodeTutorialAutoML Conf 20232023/09/12
🔉 AutoGluon: The StoryPodcastThe AutoML Podcast2023/09/05
📺 AutoGluon: AutoML for Tabular, Multimodal, and Time Series DataTutorialPyData Berlin2023/06/20
📺 Solving Complex ML Problems in a few Lines of Code with AutoGluonTutorialPyData Seattle2023/06/20
📺 The AutoML RevolutionTutorialFall AutoML School 20222022/10/18
\n
\n

Scientific Publications

\n\n

Articles

\n\n

Train/Deploy AutoGluon in the Cloud

\n\n

📝 Citing AutoGluon

\n

If you use AutoGluon in a scientific publication, please refer to our citation guide.

\n

👋 How to get involved

\n

We are actively accepting code contributions to the AutoGluon project. If you are interested in contributing to AutoGluon, please read the Contributing Guide to get started.

\n

🏛️ License

\n

This library is licensed under the Apache 2.0 License.

\n","classNames":"hf-sanitized hf-sanitized-02ORo0NqszuBeJVTB0iQ1"},"users":[{"_id":"66031380527470e01624c31d","avatarUrl":"/avatars/8f0a3b51f11fd0f50150247cfd34f284.svg","isPro":false,"fullname":"Tony Hu","user":"tonyhoo","type":"user"},{"_id":"660345a608e58c9224e37838","avatarUrl":"/avatars/154e21d1b45b9f2c0612aee08f1bdd27.svg","isPro":false,"fullname":"Prateek","user":"pmdesai","type":"user"},{"_id":"6494b81c5c21b3952bec6e9e","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6494b81c5c21b3952bec6e9e/t8-MSbFfUC8X-0yRJrNpj.jpeg","isPro":false,"fullname":"Oleksandr Shchur","user":"shchuro","type":"user"},{"_id":"641be9e4aebaa27e07546beb","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/641be9e4aebaa27e07546beb/2P200GHZwuQQfNI5d8UmN.png","isPro":false,"fullname":"Caner Turkmen","user":"canerturkmen","type":"user"},{"_id":"65e0f079b6fa897ed1bf59e5","avatarUrl":"/avatars/9fb94f9c93a148045920e47b7728a4d7.svg","isPro":false,"fullname":"Kevin Ormiston","user":"KEVORM1","type":"user"},{"_id":"6604bdf3b7790409c1cea9f4","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6604bdf3b7790409c1cea9f4/cNe29lM8F5FAcqNkwlof9.jpeg","isPro":false,"fullname":"Nick Erickson","user":"innixma","type":"user"},{"_id":"5f05a4c85d08220171a0ad9c","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/1594205371465-noauth.jpeg","isPro":false,"fullname":"Anirudh Dagar","user":"anirudh","type":"user"},{"_id":"632426efdedcbcf92830862a","avatarUrl":"/avatars/ace0b7d10033e8673d17dddfe07b0f82.svg","isPro":false,"fullname":"Su Zhou","user":"suzhoum","type":"user"},{"_id":"654b22fa2d2fcd6bf2a0dc03","avatarUrl":"/avatars/272404d9c935d9b9fbd5fb56fbc85b89.svg","isPro":false,"fullname":"Wenming Ye","user":"yewboulder","type":"user"},{"_id":"6437067ab27986919e273077","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6437067ab27986919e273077/xgQwSPCkQ9B-0tPfk56h_.jpeg","isPro":false,"fullname":"Bernie Wang","user":"lovvge","type":"user"},{"_id":"65b507abca3eb329792d2db9","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/65b507abca3eb329792d2db9/b-1UiR8PRGh7crqVMFeZ_.jpeg","isPro":false,"fullname":"Lorenzo Stella","user":"lostella","type":"user"},{"_id":"64aa5930b6512b83282588c4","avatarUrl":"/avatars/57e60d9d36b5ee8911d41415850891d5.svg","isPro":false,"fullname":"Abdul Fatir Ansari","user":"abdulfatir","type":"user"},{"_id":"670ebc38642f58673bf0ccc1","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/LdY0_CGyw626BuKp7QfSL.png","isPro":false,"fullname":"Xiyuan Zhang","user":"xiyuanz","type":"user"}],"collections":[],"datasets":[{"author":"autogluon","downloads":14200,"gated":false,"id":"autogluon/chronos_datasets","lastModified":"2025-03-05T16:22:24.000Z","datasetsServerInfo":{"viewer":"viewer-partial","numRows":10449006,"libraries":["datasets","dask","mlcroissant","polars"],"formats":["parquet"],"modalities":["tabular","text","timeseries"]},"private":false,"repoType":"dataset","likes":34,"isLikedByUser":false},{"author":"autogluon","downloads":1368,"gated":false,"id":"autogluon/chronos_datasets_extra","lastModified":"2024-07-23T12:53:07.000Z","private":false,"repoType":"dataset","likes":5,"isLikedByUser":false}],"models":[{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":3375319,"gated":false,"id":"autogluon/chronos-bolt-base","availableInferenceProviders":[],"lastModified":"2025-02-17T10:49:03.000Z","likes":22,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":366226,"gated":false,"id":"autogluon/chronos-bolt-mini","availableInferenceProviders":[],"lastModified":"2025-02-17T10:48:53.000Z","likes":7,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":5915775,"gated":false,"id":"autogluon/chronos-bolt-small","availableInferenceProviders":[],"lastModified":"2025-02-17T10:48:43.000Z","likes":12,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":1416645,"gated":false,"id":"autogluon/chronos-bolt-tiny","availableInferenceProviders":[],"lastModified":"2025-02-17T10:48:33.000Z","likes":11,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":290153,"gated":false,"id":"autogluon/chronos-t5-tiny","availableInferenceProviders":[],"lastModified":"2025-02-17T10:47:54.000Z","likes":12,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":34090,"gated":false,"id":"autogluon/chronos-t5-mini","availableInferenceProviders":[],"lastModified":"2025-02-17T10:47:44.000Z","likes":4,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":9096,"gated":false,"id":"autogluon/chronos-t5-small","availableInferenceProviders":[],"lastModified":"2025-02-17T10:47:33.000Z","likes":5,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":50010,"gated":false,"id":"autogluon/chronos-t5-base","availableInferenceProviders":[],"lastModified":"2025-02-17T10:47:22.000Z","likes":5,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":72825,"gated":false,"id":"autogluon/chronos-t5-large","availableInferenceProviders":[],"lastModified":"2025-02-17T10:47:04.000Z","likes":6,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":3207,"gated":false,"id":"autogluon/tabpfn-mix-1.0-regressor","availableInferenceProviders":[],"lastModified":"2024-11-27T01:12:03.000Z","likes":13,"pipeline_tag":"tabular-regression","private":false,"repoType":"model","isLikedByUser":false},{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":22786,"gated":false,"id":"autogluon/tabpfn-mix-1.0-classifier","availableInferenceProviders":[],"lastModified":"2024-11-27T01:09:58.000Z","likes":12,"pipeline_tag":"tabular-classification","private":false,"repoType":"model","isLikedByUser":false}],"spaces":[{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"colorFrom":"green","colorTo":"indigo","createdAt":"2024-12-10T15:09:12.000Z","emoji":"🥇","id":"autogluon/fev-leaderboard","lastModified":"2025-03-05T20:05:42.000Z","likes":11,"pinned":true,"private":false,"repoType":"space","runtime":{"stage":"RUNNING","hardware":{"current":"cpu-basic","requested":"cpu-basic"},"storage":null,"gcTimeout":172800,"replicas":{"current":1,"requested":1},"devMode":false,"domains":[{"domain":"autogluon-fev-leaderboard.hf.space","stage":"READY"}],"sha":"54941f474681cec7f08cd3a4fc46f1cbc9727b33"},"title":"Fev Leaderboard","isLikedByUser":false,"ai_short_description":"Display benchmark results for time series forecasting models"}],"repoFilterModels":{"sortKey":"modified"},"repoFilterDatasets":{"sortKey":"modified"},"repoFilterSpaces":{"sortKey":"modified"},"lastOrgActivities":[{"time":"2025-03-05T20:05:45.624Z","user":"shchuro","userAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6494b81c5c21b3952bec6e9e/t8-MSbFfUC8X-0yRJrNpj.jpeg","orgAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","type":"update","repoData":{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"colorFrom":"green","colorTo":"indigo","createdAt":"2024-12-10T15:09:12.000Z","emoji":"🥇","id":"autogluon/fev-leaderboard","lastModified":"2025-03-05T20:05:42.000Z","likes":11,"pinned":true,"private":false,"sdk":"gradio","repoType":"space","runtime":{"stage":"RUNNING","hardware":{"current":"cpu-basic","requested":"cpu-basic"},"storage":null,"gcTimeout":172800,"replicas":{"current":1,"requested":1},"devMode":false,"domains":[{"domain":"autogluon-fev-leaderboard.hf.space","stage":"READY"}],"sha":"54941f474681cec7f08cd3a4fc46f1cbc9727b33"},"title":"Fev Leaderboard","isLikedByUser":false,"ai_short_description":"Display benchmark results for time series forecasting models","trendingScore":2},"repoId":"autogluon/fev-leaderboard","repoType":"space","org":"autogluon"},{"time":"2025-03-05T16:23:55.748Z","user":"shchuro","userAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6494b81c5c21b3952bec6e9e/t8-MSbFfUC8X-0yRJrNpj.jpeg","orgAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","type":"update","repoData":{"author":"autogluon","downloads":14200,"gated":false,"id":"autogluon/chronos_datasets","lastModified":"2025-03-05T16:22:24.000Z","datasetsServerInfo":{"viewer":"viewer-partial","numRows":10449006,"libraries":["datasets","dask","mlcroissant","polars"],"formats":["parquet"],"modalities":["tabular","text","timeseries"]},"private":false,"repoType":"dataset","likes":34,"isLikedByUser":false},"repoId":"autogluon/chronos_datasets","repoType":"dataset","org":"autogluon"},{"time":"2025-02-17T10:49:04.498Z","user":"shchuro","userAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6494b81c5c21b3952bec6e9e/t8-MSbFfUC8X-0yRJrNpj.jpeg","orgAvatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","type":"update","repoData":{"author":"autogluon","authorData":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/66031380527470e01624c31d/itiDXt8ra1FLb85khOBst.png","fullname":"autogluon","name":"autogluon","type":"org","isHf":false,"isMod":false,"isEnterprise":false,"followerCount":51},"downloads":3375319,"gated":false,"id":"autogluon/chronos-bolt-base","availableInferenceProviders":[],"lastModified":"2025-02-17T10:49:03.000Z","likes":22,"pipeline_tag":"time-series-forecasting","private":false,"repoType":"model","isLikedByUser":false},"repoId":"autogluon/chronos-bolt-base","repoType":"model","org":"autogluon"}],"acceptLanguages":["en","*"],"blogPosts":[]}">

AI & ML interests

AutoML, text, tabular, multimodal, timeseries

Recent Activity

shchuro  updated a Space 8 days ago
autogluon/fev-leaderboard
shchuro  updated a dataset 8 days ago
autogluon/chronos_datasets
shchuro  updated a model 25 days ago
autogluon/chronos-bolt-base
View all activity

AutoML for Image, Text, Time Series, and Tabular Data

Install Instructions | Documentation | Release Notes

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.

💾 Installation

AutoGluon is supported on Python 3.8 - 3.11 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.

⚡ Quickstart

Build accurate end-to-end ML models in just 3 lines of code!

from autogluon.tabular import TabularPredictor
predictor = TabularPredictor(label="class").fit("train.csv")
predictions = predictor.predict("test.csv")
AutoGluon Task Quickstart API
TabularPredictor Quick Start API
TimeSeriesPredictor Quick Start API
MultiModalPredictor Quick Start API

🔍 Resources

Hands-on Tutorials / Talks

Below is a curated list of recent tutorials and talks on AutoGluon. A comprehensive list is available here.

Scientific Publications

Articles

Train/Deploy AutoGluon in the Cloud

📝 Citing AutoGluon

If you use AutoGluon in a scientific publication, please refer to our citation guide.

👋 How to get involved

We are actively accepting code contributions to the AutoGluon project. If you are interested in contributing to AutoGluon, please read the Contributing Guide to get started.

🏛️ License

This library is licensed under the Apache 2.0 License.