evalml.pipelines.get_pipelines¶
-
evalml.pipelines.
get_pipelines
(problem_type, model_types=None)[source]¶ Returns potential pipelines by model type
- Parameters
problem_type (ProblemTypes or str) – the problem type the pipelines work for.
model_types (list[ModelTypes or str]) – model types to match. if none, return all pipelines
- Returns
pipelines, list of all pipeline