data_check_action_code

Enum for data check action code.

Module Contents

Classes Summary

DataCheckActionCode

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

name

The name of the Enum member.

value

The value of the Enum member.

name(self)

The name of the Enum member.

value(self)

The value of the Enum member.