View source on GitHub |
The regression value of a regressive tree.
Inherits From: AbstractValue
tfdf.py_tree.value.RegressionValue(
value: float,
num_examples: Optional[float] = 1.0,
standard_deviation: Optional[float] = None
)
Can also be used in gradient-boosted-trees for classification and ranking.
Methods
__eq__
__eq__(
other
)
Return self==value.