Skip to content

v0.7.1

Compare
Choose a tag to compare
@mdbenito mdbenito released this 14 Oct 15:15
· 881 commits to develop since this release

🆕 New methods, bug fixes and improvements for local tests 🐞🧪

Added

  • New method: Class-wise Shapley values PR #338
  • New method: Data-OOB by @BastienZim PR #426, PR #431
  • Added AntitheticPermutationSampler PR #439
  • Faster semi-value computation with per-index check of stopping criteria (optional) PR #437

Changed

  • No longer using docker within tests to start a memcached server PR #444
  • Using pytest-xdist for faster local tests PR #440
  • Improvements and fixes to notebooks PR #436
  • Refactoring of parallel module. Old imports will stop working in v0.9.0 PR #421

Fixed

  • Fix initialization of data_names in ValuationResult.zeros() PR #443