evalml.pipelines.PipelineBase.describe¶
-
PipelineBase.
describe
(return_dict=False)[source]¶ Outputs pipeline details including component parameters
- Parameters
return_dict (bool) – If True, return dictionary of information about pipeline. Defaults to False.
- Returns
Dictionary of all component parameters if return_dict is True, else None
- Return type
dict