We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ea698 commit 813ed2cCopy full SHA for 813ed2c
1 file changed
doc/spec/api.rst
@@ -47,7 +47,7 @@ Finally, some times we might not only be interested in the effect but also in th
47
Our package does not offer support for counterfactual prediction. However, for most of our estimators (the ones
48
assuming a linear-in-treatment model), counterfactual prediction can be easily constructed by combining any baseline predictive model
49
with our causal effect model, i.e. train any machine learning model :math:`b(\vec{t}, \vec{x})` to solve the regression/classification
50
-problem :math:`\E[Y | T=\vec{t}, X=\vec{x}]`, and then set :math:`\mu(vec{t}, \vec{x}) = \tau(\vec{t}, T, \vec{x}) + b(T, \vec{x})`,
+problem :math:`\E[Y | T=\vec{t}, X=\vec{x}]`, and then set :math:`\mu(\vec{t}, \vec{x}) = \tau(\vec{t}, T, \vec{x}) + b(T, \vec{x})`,
51
where :math:`T` is either the observed treatment for that sample under the observational policy or the treatment
52
that the observational policy would have assigned to that sample. These auxiliary ML models can be trained
53
with any machine learning package outside of EconML.
0 commit comments