evalml.data_checks.DataChecks

class evalml.data_checks.DataChecks(data_checks=None, data_check_params=None)[source]

A collection of data checks.

Methods

__init__

A collection of data checks.

validate

Inspects and validates the input data against data checks and returns a list of warnings and errors if applicable.

Class Inheritance

Inheritance diagram of DataChecks