View source on GitHub |
The uplift value of a classification or regression uplift tree.
Inherits From: AbstractValue
tfdf.py_tree.value.UpliftValue(
treatment_effect: List[float], num_examples: Optional[float] = 1.0
)
Attributes | |
---|---|
treatment_effect
|
Effect of the "i+1"-th treatment compared to the control group. |
num_examples
|
Number of example in the node. |
Methods
__eq__
__eq__(
other
)
Return self==value.