A Python package for flexible and modular causal inference modeling. Current version 0.10.0. Provides a scikit-learn compatible API for causal effect estimation, including propensity score matching, weighting, doubly robust estimation, and survival analysis. Released irregularly.
pip install causallibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fits Inverse Probability Weighting (IPW) to estimate potential outcomes on the IHDP dataset.
Convert inputs to pandas DataFrame/Series before fitting.
Use the new causal_metrics module and updated plot functions. See migration guide in the release notes.
Use the newer simulator API or external simulation libraries.