microsoft/FLAML

Isolate the ensemble part and expose it to users

Open

#807 aperta il 8 nov 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Jupyter Notebook (560 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (4364 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Right now the ensemble part is not isolated from hyperparameter search. Sometimes the ensemble part fails due to OOM. Users would like to use a more powerful machine to finish the ensemble part using a pickled automl object. #801

Suggestion: put the ensemble part in a separate function and expose it to users.

Guida contributor