evalml.data_checks.OutliersDataCheck.__init__

OutliersDataCheck.__init__(random_state=0)[source]

Checks if there are any outliers in the input data.

Parameters

random_state (int) – The random seed. Defaults to 0.