Skip to content

Releases: py-why/EconML

v0.3

03 May 15:27
7780007
Compare
Choose a tag to compare

This release contains the following changes:

  • Improved options for fitting models in Deep IV
  • Breaking change Reordered arguments to effect method, adding default treatments for the common case of a single vector treatment.
  • Added a score method to the double ML classes
  • Improved notebook examples

v0.2

11 Apr 01:24
Compare
Choose a tag to compare

Welcome to our v0.2 release. This release includes the following:

  • New Jupyter notebooks for classes of estimators that were previously missing them
  • Performance improvements to the OrthoForest estimators
  • Local linear models for OrthoForest leaves
  • Refactored Double ML classes to enable future improvements to be made easily
  • Enabled discrete treatments to be used with Double ML
  • Enabled using controls with the Doubly-Robust Metalearner
  • Many minor bugfixes, documentation improvements, and improved tests

v0.1

06 Mar 22:38
Compare
Choose a tag to compare

Initial SDK release