microsoft/FLAML

Isolate the ensemble part and expose it to users

Open

#807 aberto em 8 de nov. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Jupyter Notebook (560 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (4.364 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador