evalml.automl.automl_algorithm.AutoMLAlgorithm.add_result¶
-
AutoMLAlgorithm.
add_result
(score_to_minimize, pipeline)[source]¶ Register results from evaluating a pipeline
- Parameters
score_to_minimize (float) – The score obtained by this pipeline on the primary objective, converted so that lower values indicate better pipelines.
pipeline (PipelineBase) – The trained pipeline object which was used to compute the score.