Skip to content
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

Riesz representer estimation #132

Open
wants to merge 19 commits into
base: riesz
Choose a base branch
from

Conversation

herbps10
Copy link

This pull request proposes adding a new method for estimating inverse probability weights for IPW and TMLE methods via empirical loss-based estimation of Riesz Representers.

The code for performing the Riesz Representer estimation has been abstracted to a separate package, SuperRiesz ( https://github.com/herbps10/SuperRiesz), which is intended to be in the style of mlr3superlearner.

The main difference between the Riesz Representer approach and estimating probability of treatment weights is that the probability of treatment weights need to be cumulatively multiplied to form the final weights, while the Riesz Representers do not. Therefore there is some extra code added to lmtp so that whether the weights need to be cumulated or not can be tracked.

@nt-williams nt-williams changed the base branch from mlr3superlearner to riesz April 25, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants