Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-03 | 1.5 kB | |
v0.15.1 source code.tar.gz | 2024-07-03 | 20.8 MB | |
v0.15.1 source code.zip | 2024-07-03 | 21.0 MB | |
Totals: 3 Items | 41.8 MB | 0 |
This is a bugfix release which contains a number of small improvements to the 0.15.0 release.
What's Changed
- Fix needs_fit logic for model selection with a fixed model by @kbattocchi in https://github.com/py-why/EconML/pull/855
- CATE validation - uplift uniform confidence bands by @amarvenu in https://github.com/py-why/EconML/pull/840
- Typo fixes by @alexmalins in https://github.com/py-why/EconML/pull/864
- Fix
shap_values
compatibility with shap>=0.43.0 by adjustingcheck_additivity
parameter handling forTreeExplainer
by @jcreinhold in https://github.com/py-why/EconML/pull/872 - Optimizing NormalInferenceResults confidence interval method speed by @gdaiha in https://github.com/py-why/EconML/pull/879
- Enable scikit-learn 1.5 compatibility by @kbattocchi in https://github.com/py-why/EconML/pull/891
- A number of improvements to our infrastructure (https://github.com/py-why/EconML/pull/861, https://github.com/py-why/EconML/pull/863, https://github.com/py-why/EconML/pull/867, https://github.com/py-why/EconML/pull/876, https://github.com/py-why/EconML/pull/880, https://github.com/py-why/EconML/pull/882)
New Contributors
- @alexmalins made their first contribution in https://github.com/py-why/EconML/pull/864
- @jcreinhold made their first contribution in https://github.com/py-why/EconML/pull/872
- @gdaiha made their first contribution in https://github.com/py-why/EconML/pull/879
Full Changelog: https://github.com/py-why/EconML/compare/v0.15.0...v0.15.1