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