evalml.pipelines.LinearRegressionPipeline.describe¶
- 
LinearRegressionPipeline.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