evalml.pipelines.PipelineBase.get_component

PipelineBase.get_component(name)[source]

Returns component by name

Parameters

name (str) – Name of component

Returns

Component to return

Return type

Component