evalml.list_model_types¶
- 
evalml.list_model_types(problem_type)[source]¶
- List model type for a particular problem type - Parameters
- problem_types (ProblemTypes or str) – binary, multiclass, or regression 
- Returns
- model_types, list of model types 
 
evalml.list_model_types(problem_type)[source]¶List model type for a particular problem type
problem_types (ProblemTypes or str) – binary, multiclass, or regression
model_types, list of model types