evalml.automl.automl_algorithm.IterativeAlgorithm.next_batch¶
-
IterativeAlgorithm.
next_batch
()[source]¶ Get the next batch of pipelines to evaluate
- Returns
a list of instances of PipelineBase subclasses, ready to be trained and evaluated.
- Return type
list(PipelineBase)