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
random_state (int) – The random seed. Defaults to 0.
untrained pipeline instance associated with the provided ID
PipelineBase