CategoryMismatchTrainTest#
- class CategoryMismatchTrainTest[source]#
Find new categories in the test set.
- __new__(*args, **kwargs)#
Methods
Add new condition function to the check. |
|
|
Add condition - require column's number of different new categories to be less or equal to threshold. |
|
Add condition - require column's ratio of instances with new categories to be less or equal to 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. |
|
Run check. |
|
Serialize check instance to JSON string. |