evalml.automl.AutoMLSearch.describe_pipeline

AutoMLSearch.describe_pipeline(pipeline_id, return_dict=False)[source]

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.