evalml.automl.AutoMLSearch.get_pipeline¶
-
AutoMLSearch.
get_pipeline
(pipeline_id)[source]¶ Given the ID of a pipeline training result, returns an untrained instance of the specified pipeline initialized with the parameters used to train that pipeline during automl search.
- Parameters
pipeline_id (int) – pipeline to retrieve
- Returns
untrained pipeline instance associated with the provided ID
- Return type