Open
Description
https://github.com/microsoft/FLAML
https://microsoft.github.io/FLAML/docs/Examples/AutoML-Classification
from flaml import AutoML
automl = AutoML()
automl.fit(X_train, y_train, task="classification")
Metadata
Assignees
Labels
No labels