evalml.pipelines.components.ComponentBase.describe¶
-
ComponentBase.
describe
(print_name=False, return_dict=False)[source]¶ Describe a component and its parameters
- Parameters
print_name (bool, optional) – whether to print name of component
return_dict (bool, optional) – whether to return description as dictionary in the format {“name”: name, “parameters”: parameters}
- Returns
prints and returns dictionary
- Return type
None or dict