fastmatch

fastmatch

Fast matching estimators for causal inference that uses faiss for nearest neighbours. Interpretable, fast alternative to doubleML under unconfoundedness and overlap.

pip install git+https://github.com/apoorvalal/fastmatch

Install with gpu support: pip install fastmatch[gpu]

1"""
2.. include:: ../README.md
3"""
4
5from .fastmatch import Matching