Skip to content

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