You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 firstmax_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.