FLAML
Enrichment pendingA fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Very active (0d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Backing
Company and funding context for Microsoft. Display-only - not part of trust score or organic ranking.
- Company
- Microsoft·GitHub org profile·today
- Employees
- 221,000·Wikidata (P1128 employees)·today
- Commercial model
- Pure OSS·GitHub org profile (public repos)·today
Overview
A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- Languages
- jupyter notebook, python
Source: github.language+pyproject.toml · Jul 11, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
The latest version of FLAML requires **Python >= 3.10 and < 3.14**. While other Python versions may work for core components,Source link
Tags
README
Installation
The latest version of FLAML requires Python >= 3.10 and < 3.14. While other Python versions may work for core components, full model support is not guaranteed. FLAML can be installed via pip:
pip install flaml
Minimal dependencies are installed without extra options. You can install extra options based on the feature you need. For example, use the following to install the dependencies needed by the automl module.
pip install "flaml[automl]"
Find more options in Installation.
Each of the notebook examples may require a specific option to be installed.