Skip to content

CRAN release 0.3.1

Compare
Choose a tag to compare
@mayer79 mayer79 released this 18 Nov 16:42
· 246 commits to main since this release
1eb0bf7

kernelshap 0.3.1

Changes since 0.3.0

  • New argument feature_names allows to specify the features to calculate SHAP values for. The default equals to colnames(X). This should be changed only in situations when X (the dataset to be explained) contains non-feature columns.
  • The background dataset can now consist of a single row only. This is useful in situations with natural "off" value such as for image data or for models that can naturally deal with missing values.