evalml.pipelines.PipelineBase

class evalml.pipelines.PipelineBase(objective, component_list, n_jobs, random_state)[source]

Methods

__init__

Machine learning pipeline made out of transformers and a estimator.

describe

Outputs pipeline details including component parameters

fit

Build a model

get_component

Returns component by name

predict

Make predictions using selected features.

predict_proba

Make probability estimates for labels.

score

Evaluate model performance on current and additional objectives