FeatureDrift.run_logic#

FeatureDrift.run_logic(context: Context) CheckResult[source]#

Calculate drift for all columns.

Parameters
contextContext

The run context

Returns
CheckResult

value: dictionary of column name to drift score. display: distribution graph for each column, comparing the train and test distributions.

Raises
DeepchecksValueError

If the object is not a Dataset or DataFrame instance.