I fit a causal_forest()
and used predict()
to get estimates of tau(X) = E[Y(1) - Y(0) | X].
How can I get estimates of E[Y(0) | X] alone ?
Thank you !
I fit a causal_forest()
and used predict()
to get estimates of tau(X) = E[Y(1) - Y(0) | X].
How can I get estimates of E[Y(0) | X] alone ?
Thank you !