FLAML requires Python version >= 3.7. It can be installed from pip:
pip install flaml
or conda:
conda install flaml -c conda-forge
FLAML has a .NET implementation as well from ML.NET Model Builder in Visual Studio 2022.
To run the notebook examples,
install flaml with the [notebook] option:
pip install flaml[notebook]
pip install flaml[catboost]
pip install flaml[vw]
pip install flaml[forecast]
pip install flaml[nlp]
pip install flaml[ray]
pip install flaml[nni]
pip install flaml[blendsearch]
pip install flaml[test]
pip install flaml[benchmark]