We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2022f commit a4d4e3fCopy full SHA for a4d4e3f
1 file changed
causalml/inference/tree/causal/_criterion.pxd
@@ -38,7 +38,6 @@ cdef class NodeState:
38
control_idx: int32_t, control group index
39
control_total int32_t, total number of observations for a control group
40
treatment_total int32_t, total number of observations for treatment groups
41
- treatment_min int32_t,
42
groups_total int32_t, total number of groups
43
split_metric: float64_t, split metric for TTest criterion
44
"""
0 commit comments