microsoft/FLAML

Isolate the ensemble part and expose it to users

Open

#807 创建于 2022年11月8日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Jupyter Notebook (560 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (4,364 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南