Skip to content

CRAN release 0.9.4

Compare
Choose a tag to compare
@mayer79 mayer79 released this 22 Aug 07:15
· 23 commits to main since this release
a33a26e

API improvements

  • Support both XGBoost 1.x.x as well as XGBoost 2.x.x, implemented in #144.

Other improvements

  • New argument sort_features = TRUE in sv_importance() and sv_interaction(). Set to FALSE to show the features as they appear in your SHAP matrix. In that case, the plots will show the first max_display features, not the most important features. Implements #137.

Bug fixes

  • shapviz.xgboost() would fail if a single row is passed. This has been fixed in #142. Thanks @sebsilas for reporting.