evalml.automl.automl_algorithm.AutoMLAlgorithm.next_batch¶
-
AutoMLAlgorithm.
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)