evalml.pipelines.components.ComponentBase¶
-
class
evalml.pipelines.components.
ComponentBase
(parameters=None, component_obj=None, random_state=None, random_seed=0, **kwargs)[source]¶ Base class for all components.
Methods
Initialize self.
Constructs a new component with the same parameters and random state.
Describe a component and its parameters
Fits component to data
Loads component at file path
Saves component at file path