-
Notifications
You must be signed in to change notification settings - Fork 23
Adding Policy Tree #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Policy Tree #150
Conversation
OliverSchacht
commented
Sep 1, 2023
•
edited by SvenKlaassen
Loading
edited by SvenKlaassen
- Documentation is extended in 4. Heterogeneous Treatment Effects.
- Example for Policy Tree is added.
- fixing output errors for the example notebooks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
False Heading level 4.4.3. This should be 4.5. Please use:
Policy Learning with Trees
+++++++++++++++++++++++ -
Please add more explanation before the formula. E.g. Explain how a policy is defined
what is optimized/maximized etc.
Remark that this is a deterministic policy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Please use
$$
\begin{aligned}
Y_i & = g(W_1,W_2)T_i + \langle W_i,\gamma_0\rangle + \epsilon_i \
T_i & = \langle W_i,\beta_0\rangle +\eta_i,
\end{aligned}
$$
to display the alignment. Can you also adjust this in the GATE and CATE Notebook? -
Please use
print()
for pandas.DataFrame -
Please add more interpretation to the results. Why is it helpful that we know the true DGP? What is the ATTE for the policy
Hi @SvenKlaassen
|