evalml.pipelines.components.utils.
get_estimators
Returns the estimators allowed for a particular problem type.
Can also optionally filter by a list of model types.
problem_type (ProblemTypes or str) – problem type to filter for
model_families (list[ModelFamily] or list[str]) – model families to filter for
a list of estimator subclasses
list[class]