evalml.pipelines.RFClassificationPipeline.describe¶
- 
RFClassificationPipeline.describe(return_dict=False)¶
- 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