data_check_action

Recommended action returned by a DataCheck.

Module Contents

Classes Summary

DataCheckAction

A recommended action returned by a DataCheck.

Contents

class evalml.data_checks.data_check_action.DataCheckAction(action_code, metadata=None)[source]

A recommended action returned by a DataCheck.

Parameters
  • action_code (DataCheckActionCode) – Action code associated with the action.

  • metadata (dict, optional) – Additional useful information associated with the action. Defaults to None.

Methods

to_dict

Return a dictionary form of the data check action.

to_dict(self)[source]

Return a dictionary form of the data check action.