Improvements
- Updated
summary.shapr()to return asummary.shaprclass object (rather than just printing) for improved reusability and consistency with R conventions (#482). - Enhanced
plot.shapr()with defaultindex_x_explain = 1:10for more convenient plotting of first observations (and printing info about this) (#482).
Bug fixes
- Fixed compatibility with
xgboostafter their breaking change class update (version >= 3.1.2.1).
We now support both the previous and the new xgboost versions (#481).