enhancementgood first issue
Repository metrics
- Stars
- (4,364 stars)
- PR merge metrics
- (Avg merge 3d 21h) (12 merged PRs in 30d)
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.