Skip to content

Releases: xydrolase/shap4j

v0.0.3

11 Jul 05:25
Compare
Choose a tag to compare

Overview

This release added support for macosx-arm64 (Mac M1 processors).

v0.0.2

20 Sep 21:13
Compare
Choose a tag to compare

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

04 Jun 21:51
Compare
Choose a tag to compare

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>