Skip to content

Latest commit

 

History

History
156 lines (118 loc) · 6.56 KB

ROADMAP.md

File metadata and controls

156 lines (118 loc) · 6.56 KB

AutoGluon Roadmap 2023

In 2023, our top priorities are:

  • Meta-Learning
  • Pre-Training
  • Exploratory Data Analysis
  • Enhanced Cloud Integration
  • Website Overhaul
  • Documentation & Tutorial Overhaul
  • Model Fairness Analysis
  • Enhanced Model Distillation
  • Model Compilation & Optimization
  • Distributed Model Training
  • Distributed Hyperparameter Tuning
  • Improved Large-scale Data Handling (100M+ Rows)
  • Improved Feature Type Inference
  • Enhanced Tabular GPU Support
  • Co-variate Shift Detection
  • Co-variate Shift Correction
  • Model Interpretability
  • Model Uncertainty
  • Model Monitoring
  • Advanced Custom Model Tutorial

AutoGluon Roadmap 2022

In 2022, our top priorities are:

  • (v0.4) Windows OS Support
  • (v0.4) Python 3.9 Support
  • (v0.5) Time-Series Support (autogluon.timeseries)
  • (v0.4) HuggingFace Integration
  • (v0.5) TIMM Integration
  • (v0.5) Improved Multi-modal Modeling (autogluon.multimodal)
  • (v0.4) Cloud Training & Deployment
  • (v0.4) Parallel Model Training
  • (v0.6) Parallel Hyperparameter Tuning
  • (v0.4) Semi-supervised Learning
  • (v0.4) Automated Model Calibration via Temperature Scaling
  • (v0.4) Online Inference Optimization
  • (v0.5) Improved Large-scale Data Handling (10M+ Rows)
  • (v0.6) Faster Feature Preprocessing
  • (v0.6) Image Model Inference Optimization
  • (v0.6) Text Model Inference Optimization

AutoGluon 0.6 Features, Released: November 2022

v0.6 Release Notes

Themes and Major Features

  • Named Entity Recognition Support
  • Object Detection Support in autogluon.multimodal
  • Multimodal Matching Support
  • Parallel Hyperparameter Tuning
  • Image Model Inference Optimization (~10x faster for online inference)
  • Text Model Inference Optimization (~10x faster for online inference)
  • FT-Transformer model to Tabular
  • Faster Feature Preprocessing (~25%)
  • Few-shot learning with 11B-scale models on single GPU
  • Prototype model compilation support to Tabular

AutoGluon 0.5 Features, Released: June 2022

v0.5 Release Notes

Themes and Major Features

  • Time-Series Support (autogluon.timeseries)
  • Improved Multi-modal Modeling (autogluon.multimodal)
  • TIMM Integration
  • imodels Integration

AutoGluon 0.4 Features, Released: March 2022

v0.4 Release Notes

Themes and Major Features

  • Windows OS Support
  • Python 3.9 Support
  • HuggingFace Integration
  • Torch Migration (Remove MXNet dependency)
  • Parallel Model Training (2x training speed-up for bagging/stacking)
  • Automated Feature Pruning/Selection
  • Semi-supervised & Transductive Learning Support
  • Automated Model Calibration via Temperature Scaling
  • Cloud Training & Deployment Tutorials
  • Feature Preprocessing Tutorial
  • Documentation Overhaul
  • Hyperparameter Tuning Overhaul
  • Memory Usage Optimizations
  • Various Performance Optimizations
  • Various Bug Fixes

AutoGluon Roadmap 2021

In 2021, our top priorities are:

  • Make AutoGluon the most versatile AutoML framework via dedicated multi-modal image-text-tabular support (paper).
  • Modularization of the various components of AutoGluon.
  • Model Training Speed Optimizations.
  • Model Inference Speed Optimizations.
  • Model Quality Optimizations.
  • Integration with NVIDIA RAPIDS for accelerated GPU training.
  • Integration with Intel sklearnex for accelerated CPU training.
  • Improved documentation and tutorials.
  • Training and Inference containers.

AutoGluon 0.3.1 Features, Released: August 2021

Release Notes

AutoGluon 0.3 Features, Released: August 2021

Release Notes

AutoGluon 0.2 Features, Released: April 2021

Release Notes

AutoGluon 0.1 Features, Released: March 2021

Release Notes

AutoGluon Roadmap 2020

In 2020, we plan to focus on improving code quality, extensibility, and robustness of the package.

We will work towards unifying the APIs of the separate tasks (Tabular, Image, Text) to simplify and streamline development and improve the user experience.

2020 Releases

AutoGluon Roadmap 2019

In 2019, we plan to release the initial open source version of AutoGluon, featuring Tabular, Text, and Image classification and regression tasks, along with Object Detection.

2019 Releases