|  View source on GitHub | 
Condition of the form "attribute in [...set of items...]".
Inherits From: AbstractCondition
tfdf.py_tree.condition.CategoricalIsInCondition(
    feature: tfdf.inspector.SimpleColumnSpec,
    mask: Union[List[str], List[int]],
    missing_evaluation: Optional[bool],
    split_score: Optional[float] = None
)
| Attributes | |
|---|---|
| feature | |
| mask | |
| missing_evaluation | |
| split_score | |
Methods
features
features()
List of features used to evaluate the condition.
__eq__
__eq__(
    other
)
Return self==value.