evalml.problem_types.ProblemTypes¶
-
class
evalml.problem_types.ProblemTypes(value)[source]¶ Enum defining the supported types of machine learning problems.
Attributes
BINARYBinary classification problem.
MULTICLASSMulticlass classification problem.
REGRESSIONRegression problem.
TIME_SERIES_BINARYTime series binary classification problem.
TIME_SERIES_MULTICLASSTime series multiclass classification problem.
TIME_SERIES_REGRESSIONTime series regression problem.