microsoft/flaml

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 15th, 2026
Created on August 20th, 2020
Open Issues & Pull Requests: 174 (+0)
GitHub issues: Enabled
Number of forks: 564
Total Stargazers: 4,396 (+0)
Total Subscribers: 53 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 92.7 days
90th percentile: 155.7 days
Tracked items: 115

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Work labelled "bug" is answered fastest, typically in about 16 hours, while "documentation" waits about 14 days. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 1
Closed in 7 days: 6
Avg open age: 712 days
Stale 30+ days: 7
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 6
Comments in 7 days: 0
Events in 7 days: 9

Top labels

  • bug (35)
  • enhancement (12)
  • documentation (11)
  • good first issue (7)
  • help wanted (5)
  • need more info (4)
  • question (3)
  • dependencies (2)

Detailed Description

FLAML is a lightweight Python library for automated machine learning and hyperparameter tuning that optimizes model performance under resource constraints.

The library addresses the challenge of efficiently automating machine learning workflows when computational resources are limited. It works by automating model selection and hyperparameter optimization, enabling users to quickly find quality models for their data without extensive manual tuning. FLAML handles large search spaces with heterogeneous evaluation costs and supports complex constraints, guidance, and early stopping mechanisms. Beyond traditional machine learning tasks like classification and regression, it extends to tuning foundation model inference hyperparameters, MLOps configurations, pipelines, and other algorithmic experiments.

Developers should choose FLAML if they need economical automation for standard machine learning problems or complex tuning scenarios where computational budgets are tight. The tool suits projects ranging from tabular data classification and regression to time series forecasting, deep learning, and natural language processing tasks. It provides a scikit-learn compatible interface that requires minimal setup—users can start with just three lines of code—while offering a smooth customization range for those needing deeper control. The library is particularly valuable for practitioners working within Microsoft Fabric's data science environment, where it has native integration.

The project maintains active development with regular updates including Python version support expansion and new estimators. Integration with MLflow has been comprehensively implemented, reflecting ongoing effort to align with standard machine learning operations tooling. The codebase demonstrates responsiveness to ecosystem changes, as evidenced by the deliberate separation of the AutoGen module into a dedicated repository to maintain focused scope.