CV fold for ensembler after ensembling_indices split #2144
Labels
enhancement
An improvement to an existing feature.
spike
To generate additional issues and kick off a sprint.
Currently in AutoML, if we want to train an ensemble, we create an ensemble split (
evalml/evalml/automl/engine/engine_base.py
Line 220 in 16c30b8
Then, in
train_and_score_pipeline
, we split the ensembling indices data using our data splitter and train/validate on one fold of the data (evalml/evalml/automl/engine/engine_base.py
Line 145 in 16c30b8
ensemble_indices
.@dsherry @bchen1116 @rpeck FYI
The text was updated successfully, but these errors were encountered: