Skip to content

Releases: predict-idlab/powershap

v0.0.11

02 May 12:34
Compare
Choose a tag to compare

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

Full Changelog: v0.0.9...v0.0.11

v0.0.9

12 Jan 16:02
Compare
Choose a tag to compare

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

26 Apr 11:44
Compare
Choose a tag to compare
  • 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

07 Apr 15:38
aae34bf
Compare
Choose a tag to compare

The first public release of PowerShap.