evalml.pipelines.PipelineBase.__init__¶
-
PipelineBase.__init__(objective, component_list, n_jobs, random_state)[source]¶ Machine learning pipeline made out of transformers and a estimator.
- Parameters
objective (Object) – the objective to optimize
component_list (list) – List of components in order
random_state (int) – random seed/state
n_jobs (int) – Number of jobs to run in parallel