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, np.random.RandomState) – The random seed/state. Defaults to 0.