evalml.data_checks.DataChecks

Inheritance diagram of DataChecks
class evalml.data_checks.DataChecks(data_checks=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.