Releases: xydrolase/shap4j
Releases · xydrolase/shap4j
v0.0.3
v0.0.2
Overview
This is a bugfix release.
Bugfixes
- Fixed a data corruption issue when loading
shap4j
model from resource files (TreeExplainer.fromResource()
) (#6)
Compatibility notes
This version should be source-code and binary-compatible with the previous release, 0.0.1
.
Usage
To include shap4j
in your Maven project, add the following to pom.xml
:
<dependency>
<groupId>io.github.xydrolase</groupId>
<artifactId>shap4j-platform</artifactId>
<version>0.0.2</version>
</dependency>
Release: v0.0.1
Overview
This is the first release of shap4j
.
Features
TreeExplainer.shapValues()
with support of Saabas approximate algorithm.
Usage
To include shap4j
in your Maven project, add the following to pom.xml
:
<dependency>
<groupId>io.github.xydrolase</groupId>
<artifactId>shap4j-platform</artifactId>
<version>0.0.1</version>
</dependency>