TrainTestPredictionDrift#
- class TrainTestPredictionDrift[source]#
The TrainTestPredictionDrift check is deprecated and will be removed in the 0.14 version.
Please use the PredictionDrift 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 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 prediction drift score. |
|
Remove given condition by index. |
|
|
Run check. |
|
Calculate drift for all columns. |
|
Serialize check instance to JSON string. |