Releases: predict-idlab/powershap
Releases · predict-idlab/powershap
v0.0.11
What's Changed
- enable validation set for xgboost's fit by @mrzdev in #34
- Correct use of random_state for xgboost by @lorenjan in #37
- Reduce memory usage by removing data copies by @lorenjan in #38
- relaxed pandas version constraints, so it works with 2.0 by @almostintuitive in #40
- 🙏 update testing by @jonasvdd in #48
- 💨 updating dependencies - python 3.12 compatible by @jonasvdd in #49
- Fix wrong aggregation of shap values by @jvdd in #52
New Contributors
- @mrzdev made their first contribution in #34
- @lorenjan made their first contribution in #37
- @almostintuitive made their first contribution in #40
- @jonasvdd made their first contribution in #48
Full Changelog: v0.0.9...v0.0.11
v0.0.9
What's Changed
- 🐛 lgbm test bugfix for categorical data by @jvdd in #16
- ✨ cv support by @jvdd in #17
- 🤖 update dependencies + new release by @jvdd in #18
- 🧹 avoid missing package errors by @jvdd in #20
- ⬆️ update dependencies by @jvdd in #22
- ♻️ update poetry install in ci by @jvdd in #27
- ✨ support xgboost + 📦 general maintenance by @jvdd in #30
Full Changelog: powershap-v0.0.5.1...v0.0.9
powershap v0.0.5.1
- Bug fixes
- Added stratify and group support for train-test split
- Added more model support
- Added Python 3.7 support
- Optimized the algorithm
powershap v0.0.2
The first public release of PowerShap.