TrainTestFeatureDrift.run_logic

TrainTestFeatureDrift.run_logic(context: CheckRunContext) CheckResult[source]

Calculate drift for all columns.

Parameters
contextCheckRunContext

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.