evalml.data_checks.
DataCheck
Base class for all data checks. Data checks are a set of heuristics used to determine if there are problems with input data.
name
Instance attributes
Methods:
validate
Inspects and validates the input data, runs any necessary calculations or algorithms, and returns a list of warnings and errors if applicable.