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