TrainTestFeatureDrift#
- class TrainTestFeatureDrift[source]#
The TrainTestFeatureDrift check is deprecated and will be removed in the 0.14 version.
Deprecated since version 0.14.0: deepchecks.tabular.checks.TrainTestFeatureDrift is deprecated and will be removed in deepchecks 0.14 version. Use `deepchecks.tabular.checks.FeatureDrift instead.
Please use the FeatureDrift check instead
- __new__(*args, **kwargs)#
Attributes
Methods
|
Add new condition function to the check. |
|
Add condition - require drift score to be less than the threshold. |
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
|
Return check configuration (conditions' configuration not yet supported). |
Return an aggregated drift score based on aggregation method defined. |
|
|
Return check object from a CheckConfig object. |
|
Deserialize check instance from JSON string. |
Return True if the check reduce_output is better when it is greater. |
|
|
Return check metadata. |
Name of class in split camel case. |
|
|
Return parameters to show when printing the check. |
|
Return an aggregated drift score based on aggregation method defined. |
Remove given condition by index. |
|
|
Run check. |
|
Calculate drift for all columns. |
|
Serialize check instance to JSON string. |