evalml.data_checks.
OutliersDataCheck
Checks if there are any outliers in input data by using an Isolation Forest to obtain the anomaly score of each index and then using IQR to determine score anomalies. Indices with score anomalies are considered outliers.
name
Instance attributes
Methods:
__init__
Checks if there are any outliers in the input data.
validate
Checks if there are any outliers in a dataframe by using an Isolation Forest to obtain the anomaly score of each index and then using IQR to determine score anomalies.