An open API service indexing awesome lists of open source software.

https://github.com/doctor-phil/pyriesz

Pytorch implementation of the multitasking RieszNet architecture for Auto-DML doubly-robust estimation of causal effects
https://github.com/doctor-phil/pyriesz

Last synced: 4 months ago
JSON representation

Pytorch implementation of the multitasking RieszNet architecture for Auto-DML doubly-robust estimation of causal effects

Awesome Lists containing this project

README

        

# PyRiesz
Flexible PyTorch implementations of Auto-DML estimators of the Riesz Representer for causal effects estimation with machine learning.

Implements the multitask learning RieszNet architecture from [Chernozhukov, Newey, Quintas-Martı́nez, and Syrgkanis (2022, PMLR)](https://proceedings.mlr.press/v162/chernozhukov22a.html), as well as the LASSO estimator of the Riesz representation described in [Chernozhukov, Newey, and Singh (2022, Econometrica)](https://onlinelibrary.wiley.com/doi/abs/10.3982/ECTA18515)

## Installation
Install using
`pip install pyriesz`

## Documentation
Documentation for the key methods is available [here](https://nbviewer.org/github/doctor-phil/PyRiesz/blob/main/src/pyriesz/__init__.html)