Skip to content

v0.7.0

Compare
Choose a tag to compare
@ehudkr ehudkr released this 26 Aug 16:12
· 63 commits to master since this release
6d39929

Release v0.7.0
https://pypi.org/project/causallib/0.7.0/

Changes:

  • New models:
    • Matching (estimator and preprocessing transformer)
    • Overlap Weights
    • HEMM
  • Weight models now have same fit() API as outcome models
  • Updated dependency
    • Dropped seaborn
    • pandas at 0.25
    • scikit-learn at 0.25
  • Additional fixes and maintenance