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