View source on GitHub |
Condition of the form "attribute intersect [...set of items...]!=empty".
Inherits From: AbstractCondition
tfdf.py_tree.condition.CategoricalSetContainsCondition(
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.