evalml.automl.AutoRegressionSearch.describe_pipeline¶
-
AutoRegressionSearch.
describe_pipeline
(pipeline_id, return_dict=False)¶ Describe a pipeline
- Parameters
pipeline_id (int) – pipeline to describe
return_dict (bool) – If True, return dictionary of information about pipeline. Defaults to False.
- Returns
Description of specified pipeline. Includes information such as type of pipeline components, problem, training time, cross validation, etc.