Akshat Causal Toolkit
[](https://github.com/
akgupta-droid/akshat-causal-toolkit/actions)
A Python package for causal inference methods including ATE estimation, propensity scores, and meta-learners.
Installation
pip install akshat-causal-toolkit
Quick Start
from akshat_causal_toolkit import (
calculate_ate_ci,
calculate_ate_pvalue,
ipw,
doubly_robust,
s_learner_discrete,
t_learner_discrete,
x_learner_discrete,
double_ml_cate,
)
Release files for akshat-causal-toolkit 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| akshat_causal_toolkit-0.1.0.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| akshat_causal_toolkit-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / akshat_causal_toolkit-0.1.0.tar.gz
| Download URL | akshat_causal_toolkit-0.1.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
80e3164cde6881f3c6af2d93ff5daf1fc33ac3be310fa9473b89b32a7f1002d2
|
|
BLAKE2b-256 checksum How to use checksums |
48166a17ded203049fa50e041a3d53f48c112f3a807b5b2398fbc729256d9e43
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.9
|
Release files / akshat_causal_toolkit-0.1.0-py3-none-any.whl
| Download URL | akshat_causal_toolkit-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d5278b704a49da3c8c2576f88c0bc44bd20c988a0d2201cd949784181e6677e5
|
|
BLAKE2b-256 checksum How to use checksums |
b6bbc9d7a933108337b6e961a928cfa0c7b7837ac8ce99bccb8777c226e1e952
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.9
|