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