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.
REGULARIZE_AND_IMPUTE_DATASET
Action code for regularizing and imputing all features and target time series data.
SET_FIRST_COL_ID
Action code for setting the first column as an id 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.