Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-19 | 1.5 kB | |
v0.14.1 source code.tar.gz | 2023-05-19 | 20.3 MB | |
v0.14.1 source code.zip | 2023-05-19 | 20.5 MB | |
Totals: 3 Items | 40.8 MB | 0 |
What's Changed
Details
Minor updates and bugfixes
- Avoid returning defaultdict directly when calling
est.shap_values
@kbattocchi in https://github.com/py-why/EconML/pull/709 - Refactor
DynamicDML
to remove incompatible method signatures by @kbattocchi in https://github.com/py-why/EconML/pull/717 - Fix bug when using .
score
in _OrthoLearner subclasses by @kbattocchi in https://github.com/py-why/EconML/issues/760
Package changes
- Enable sklearn 1.2 by @00helloworld and @kbattocchi in https://github.com/py-why/EconML/pull/712
- Enable compatibility with pandas 2.0 by @kbattocchi in https://github.com/py-why/EconML/pull/750
- Fix numpy 1.24 compatibility by @kbattocchi in https://github.com/py-why/EconML/pull/750
- Bump supported shap version limit by @kbattocchi in https://github.com/py-why/EconML/pull/750
Build system changes
- Enable GitHub Actions by @kbattocchi in https://github.com/py-why/EconML/pull/746
- Use verbose pip install when debugging workflows by @kbattocchi in https://github.com/py-why/EconML/pull/746
- Update developer documentation by @kbattocchi in https://github.com/py-why/EconML/pull/749
Misc
- Update copyrights and references to point to PyWhy by @kbattocchi in https://github.com/py-why/EconML/pull/749
- Updated CI badge in README by @kbattocchi and @fverac https://github.com/py-why/EconML/pull/771
Full Changelog: https://github.com/py-why/EconML/compare/v0.14.0...v0.14.1