New features
- Added
get_results()for extracting key components from ashaprobject, including Shapley values,
model parameters, and iterative computation details (#460). - Added
summary.shapr()method, which builds onget_results()and internalformat_xyz()functions to provide a concise
overview of explanation objects (#460).
Improvements
- Enhanced
print.shapr()to support printing of specific components, with customizable control over digits and
decimal precision (#460). - Refactored
cli-based output functions for improved reuse across multiple methods (#460). - Updated vignettes, examples, and tests to reflect the new functionality (#460).
- Fixed spelling, grammar, and other textual inconsistencies in documentation, comments, and vignettes
(#465). - Applied various minor visual improvements (#460,
#464).
Bug fixes
- Fixed error when handling many features by removing
as.integer()coercion in the computation of coalitions per
coalition size (#462).