Skip to content

Releases: ing-bank/probatus

probatus 3.1.2

20 Jul 10:06
45f383b
Compare
Choose a tag to compare

What's Changed

  • Early stopping can now also be called via the SHAPRFECV main class (Only for catboost, xgboost and lgbm) @ReinierKoops in #263

Full Changelog: v3.1.1...v3.1.2

probatus 3.1.1

04 Jul 20:57
08974ea
Compare
Choose a tag to compare

What's Changed

  • Fixes the use of eval_metric in case of EarlyStoppingShapRFECV with LightGBM by @PaulZhutovsky in #261

Full Changelog: v3.1.0...v3.1.1

probatus 3.1.0

23 Apr 07:33
c1a6889
Compare
Choose a tag to compare

What's Changed

  • Explicit support for Regression, performed major refactoring of tests, removed unused code and updated notebooks to work (again). by @ReinierKoops in #248
  • SHAPRFECV speedup for bigger use-cases and some simple refactoring. by @ReinierKoops in #252

Full Changelog: v3.0.1...v3.1.0

probatus 3.0.1

02 Apr 14:10
77f303f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

probatus 3.0.0

17 Mar 20:56
cbd0d34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v3.0.0

probatus 2.1.1

13 Sep 11:20
0be29d0
Compare
Choose a tag to compare

What's Changed

  • Use the latest release of SHAP (0.42.1) and fix tests accordingly by @detrin in #228

New Contributors

Full Changelog: v2.1.0...v2.1.1

probatus 2.1.0

27 Jul 14:26
fd0cadd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

probatus 2.0.1

19 Jun 07:36
ab47a8d
Compare
Choose a tag to compare

What's Changed

  • Fix docs deployment #214
  • Fix Pypi publish deployment #214
  • Add notebook pre-commit checks & perform fixes suggested by these checks #214
  • Convert setup.py to pyproject.toml #214

Full Changelog: v2.0.0...v2.0.1

probatus 2.0.0

08 Jun 12:49
bd1698c
Compare
Choose a tag to compare

What's Changed

  • Add ability to use "Grouped" CV instances from scikit-learn #182
  • Fix nondeterministic behavior #194
  • Propose fix for failing builds #199
  • Change to Pandas implementation to keep the order #197
  • Probatus 2.0.0: Bump version + add pre-commit hooks #206

New Contributors

Full Changelog: v1.8.9...v2.0.0

probatus 1.8.9

11 Apr 11:18
2a02cc0
Compare
Choose a tag to compare

Improvements in this release:

  • Drop explicit support for python 3.6, add 3.10 #177
  • Bug fix: define shap mask based on rows, instead of columns #178
  • Bug fixes in unit tests #180
  • Improve support for categorical features in shap calculations #184

Thanks to @timvink, @gverbock, and @ClaudioSalvatoreArcidiacono