DefaultDataChecks.
validate
Inspects and validates the input data against data checks and returns a list of warnings and errors if applicable.
X (pd.DataFrame) – The input data of shape [n_samples, n_features]
y (pd.Series) – The target data of length [n_samples]
Dictionary containing DataCheckMessage objects
dict