Require: Data (Xi, Ti, Yi). estimated propensity function
|
|
1. (TO forest) Build a depth-controlled random forest F on X to predict Z. |
2. (Pollination) For each tree in the forest F, replace the node estimates
with
. This entails sending each observation down each tree to get the mean response in treatment and control groups for each leaf, replacing the mean TO. This yields treatment effect estimates
. |
3. (Optional) Build an additional random forest G on X to predict
. This adds a layer of regularization and interpretability (through variable importance) of the results. |