evalml.automl.AutoSearchBase.get_pipeline

AutoSearchBase.get_pipeline(pipeline_id)[source]

Retrieves trained pipeline

Parameters

pipeline_id (int) – pipeline to retrieve

Returns

pipeline associated with id

Return type

Pipeline