Open ZackLarsen opened 12 months ago
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")
https://github.com/microsoft/FLAML
https://microsoft.github.io/FLAML/docs/Examples/AutoML-Classification