dte_adj
is a Python package for estimating distribution treatment effects. It provides APIs for conducting regression adjustment to estimate precise distribution functions as well as convenient utils. 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.
This package implements methods from the following research papers:
- Byambadalai, U., Oka, T., & Yasui, S. (2024). Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction. arXiv:2407.16037
- Byambadalai, U., Hirata, T., Oka, T., & Yasui, S. (2025). On Efficient Estimation of Distributional Treatment Effects under Covariate-Adaptive Randomization. arXiv:2506.05945
- Hirata, T., Byambadalai, U., Oka, T., Yasui, S., & Uto, S. (2025). Efficient and Scalable Estimation of Distributional Treatment Effects with Multi-Task Neural Networks. arXiv:2507.07738
If you use this software in your research, please cite our work:
@article{byambadalai2024estimating,
title={Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction},
author={Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota},
journal={arXiv preprint arXiv:2407.16037},
year={2024}
}
For other citation formats, see our CITATION.cff file.
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.