Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 3.13 KB

README.md

File metadata and controls

50 lines (37 loc) · 3.13 KB

synthlearners: Scalable Synthetic Control Methods in Python

synthetic control methods powered by the pyensmallen library for fast optimisation. Check out the notebooks directory for synthetic and real data examples.

installation

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

or git clone and run uv pip install -e . and make changes.

features

features are indicated by

  • pending; good first PR; contributions welcome
  • done

weights

inference

  • jacknife confidence intervals (multiple treated units) [Arkhangelsky et al 2021)
  • permutation test (Abadie et al 2010)
  • conformal inference (Chernozhukov et al 2021)

visualisations

  • raw outcome time series with treated average and synthetic control
  • event study plot (treatment effect over time)
  • weight distributions

Contributions welcome!