Skip to content

Commit

Permalink
Merge pull request #101 from PAIR-code/help
Browse files Browse the repository at this point in the history
Prepare for 1.7.0 release
  • Loading branch information
jameswex authored Jun 26, 2020
2 parents fa08bc8 + bb5366c commit 63bc2b9
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 5 deletions.
22 changes: 22 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# What-If Tool releases

## Release 1.7.0

This release has a few notable major features:
- Custom prediction functions can be provided to WIT in TensorBoard, matching
the capability already in notebook mode. This allows use of WIT in TensorBoard
with any python-accessible model (e.g. sklearn, pytorch, keras etc...).
- Help links have been updated to point to the new tutorials on the redesigned
What-If Tool website.
- When attributions are provided, allow counterfactual finding by closest
attributions.
- When attributions are provided, add global mean attribution tables in
the performance tab for each slice and the entire dataset.

Also, python 2 support has been removed. Please use python 3.

### Notable Features
- #59 - Display global attributions table in performance tab.
- #60 - Find counterfactual by attribution distance.
- #92 - Added AUC display for PR and ROC curves.
- #94 - Allow custom prediction functions in TensorBoard.
- #101 - Added links to new help page and tutorials.

## Release 1.6.0

This is the first release that includes the tensorboard-plugin-wit package
Expand Down
2 changes: 1 addition & 1 deletion tensorboard_plugin_wit/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name="tensorboard_plugin_wit",
version="1.6.0",
version="1.7.0",
description="What-If Tool TensorBoard plugin.",
packages=setuptools.find_packages(),
license='Apache 2.0',
Expand Down
Loading

0 comments on commit 63bc2b9

Please sign in to comment.