LabelAmbiguity¶
- class LabelAmbiguity[source]¶
Find samples with multiple labels.
- Parameters
- columnsUnion[Hashable, List[Hashable]] , default: None
List of columns to check, if none given checks all columns Except ignored ones.
- ignore_columnsUnion[Hashable, List[Hashable]] , default: None
List of columns to ignore, if none given checks based on columns variable.
- n_to_showint , default: 5
number of most common ambiguous samples to show.
- __init__(columns: Optional[Union[Hashable, List[Hashable]]] = None, ignore_columns: Optional[Union[Hashable, List[Hashable]]] = None, n_to_show: int = 5)[source]¶
- __new__(*args, **kwargs)¶
Methods
|
Add new condition function to the check. |
|
Add condition - require samples with multiple labels to not be more than max_ratio. |
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Name of class in split camel case. |
|
|
Return parameters to show when printing the check. |
Remove given condition by index. |
|
|
Run check. |
|
Run check. |