data_check_action_code¶
Enum for data check action code.
Module Contents¶
Classes Summary¶
Enum for data check action code. |
Contents¶
-
class
evalml.data_checks.data_check_action_code.
DataCheckActionCode
[source]¶ Enum for data check action code.
Attributes
DROP_COL
Action code for dropping a column.
DROP_ROWS
Action code for dropping rows.
IMPUTE_COL
Action code for imputing a column.
TRANSFORM_TARGET
Action code for transforming the target data.
Methods
The name of the Enum member.
The value of the Enum member.
-
name
(self)¶ The name of the Enum member.
-
value
(self)¶ The value of the Enum member.
-