This a Python package for building the regression adjusted distribution function estimator proposed in "Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction". For the details of this package, see the documentation.
-
Install from PyPI
pip install dte_adj
-
Install from Source
git clone https://github.com/CyberAgentAILab/python-dte-adjustment cd python-dte-adjustment pip install -e .
Examples of how to use this package are available in this Get-started Guide.
We welcome contributions to the project! Please review our Contribution Guide for details on how to get started.
This project is licensed under the MIT License - see the LICENSE file for details.