AutoMLSearch.
get_pipeline
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.
pipeline_id (int) – pipeline to retrieve
untrained pipeline instance associated with the provided ID
PipelineBase