evalml.automl.AutoMLSearch.add_to_rankings

AutoMLSearch.add_to_rankings(pipeline)[source]

Fits and evaluates a given pipeline then adds the results to the automl rankings with the requirement that automl search has been run.

Parameters

pipeline (PipelineBase) – pipeline to train and evaluate.