evalml.pipelines.BaselineBinaryPipeline.describe

BaselineBinaryPipeline.describe()

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