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