Skip to content

Releases: BiomedSciAI/causallib

v0.8.0

08 Feb 16:33
cd258bd
Compare
Choose a tag to compare

Release v0.8.0
https://pypi.org/project/causallib/0.8.0/

What's Added:

Backward compatibility-breaking changes

  • Doubly robust models have been renamed @ehudkr in #28 and #30
    • DoublyRobustIpFeature to PropensityFeatureStandardization
    • DoublyRobustJoffe to WeightedStandardization
    • DoublyRobustVanilla to AIPW
  • Asymmetric propensity truncation in IPW by @liranszlak in #27
    • Moving from a single symmetric truncation (truncate_eps) to a two-parameter asymmetric truncation (clip_min, clip_max)

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

05 Oct 16:11
b29b4aa
Compare
Choose a tag to compare

Release v0.7.1
https://pypi.org/project/causallib/0.7.1/

Changes:

  • Basic unit testing for plots
  • Bug fixes for plotting propensity distribution with non-integer treatment encoding

v0.7.0

26 Aug 16:12
6d39929
Compare
Choose a tag to compare

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

v0.6.0

13 Feb 16:53
de64cf6
Compare
Choose a tag to compare

Release v0.6.0
https://pypi.org/project/causallib/0.6.0/

Changes:

  • datasets module with toy datasets for causal analysis
    • NHEFS data from Hernan & Robins' book
    • Simulation benchmark data from the ACIC 2016 data challenge
  • contrib module for new state-of-the-art outside contributions
  • New implementation for MarginalOutcomeEstimator (formerly UncorrectedEstimator) using WeightEstimator API
  • Additional Jupyter Notebook examples
    • NHEFS (Healthcare data)
    • Lalonde (Economic data)
  • Additional bug fix and documentation

v0.5.0-beta

12 Jul 08:57
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release