TrainTestLabelDrift#
- class TrainTestLabelDrift[source]#
The TrainTestLabelDrift check is deprecated and will be removed in the 0.14 version.
Please use the LabelDrift check instead.
- __new__(*args, **kwargs)#
Methods
|
Add new condition function to the check. |
|
Add condition - require label properties drift score to be less than a certain threshold. |
Remove all conditions from this check instance. |
|
|
Calculate drift on label properties samples that were collected during update() calls. |
Run conditions on given result. |
|
|
Return check configuration. |
|
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. |
|
|
Initialize run. |
|
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. |
|
|
Return label drift score per label property. |
Remove given condition by index. |
|
|
Run check. |
|
Serialize check instance to JSON string. |
|
Perform update on batch for train or test properties. |