Skip to content

Releases: uber/causalml

v0.11.0

29 Jul 04:53
95a8bd7
Compare
Choose a tag to compare

0.11.0 (2021-07-28)

(sorry for the spam, attempting to correctly update to the right files)

Major Updates

Minor Updates

v0.10.0

19 Feb 20:58
09c86b8
Compare
Choose a tag to compare

0.10.0 (2021-02-19)

Major Updates

  • Add Policy learner, DR learner, DRIV learner by @huigangchen (#292)
  • Add wrapper for CEVAE, a deep latent-variable and variational autoencoder based model by @ppstacy (#276)

Minor Updates

  • Add propensity_learner to R-learner by @jeongyoonlee (#297)
  • Add BaseLearner class for other meta-learners to inherit from without duplicated code by @jeongyoonlee (#295)
  • Fix installation issue for Shap>=0.38.1 by @paullo0106 (#287)
  • Fix import error for sklearn>= 0.24 by @jeongyoonlee (#283)
  • Fix KeyError issue in Filter method for certain dataset by @surajiyer (#281)
  • Fix inconsistent cumlift score calculation of multiple models by @vaclavbelak (#273)
  • Fix duplicate values handling in feature selection method by @manojbalaji1 (#271)
  • Fix the color spectrum of SHAP summary plot for feature interpretations of meta-learners by @paullo0106 (#269)
  • Add IIA and value optimization related documentation by @t-tte (#264)
  • Fix StratifiedKFold arguments for propensity score estimation by @paullo0106 (#262)
  • Refactor the code with string format argument and is to compare object types, and change methods not using bound instance to static methods by @HarshCasper (#256, #260)

v0.9.0

23 Oct 22:53
Compare
Choose a tag to compare

0.9.0 (2020-10-23)

  • CausalML won the 1st prize at the poster session in UberML'20
  • DoWhy integrated CausalML starting v0.4 (release note)
  • CausalML team welcomes new project leadership, Mert Bay
  • We have 4 new community contributors, Mario Wijaya (@mwijaya3), Harry Zhao (@deeplaunch), Christophe (@ccrndn) and Georg Walther (@waltherg). Thanks for the contribution!

Major Updates

  • Add feature importance and its visualization to UpliftDecisionTrees and UpliftRF by @yungmsh (#220)
  • Add feature selection example with Filter methods by @paullo0106 (#223)

Minor Updates

v0.8.0

21 Oct 18:31
Compare
Choose a tag to compare

0.8.0 (2020-07-17)

CausalML surpassed 100,000 downloads! Thanks for the support.

Major Updates

Minor Updates