Skip to content

CRAN release 0.3.8

Compare
Choose a tag to compare
@mayer79 mayer79 released this 24 Sep 14:59
· 113 commits to main since this release
2a6fd0c

API improvements

  • Multi-output case: column names of predictions are now used as list names of the resulting S and SE lists.

Bug fixes

  • {mlr3} probabilistic classification would not work out-of-the-box. This has been fixed (with corresponding example in the README) in #100
  • The progress bar was initialized at 1 instead of 0. This is fixed.

Maintenance

  • Added explanation of sampling Kernel SHAP to help file.
  • In internal calculations, use explicit feature_names as dimnames (#96).