Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecher31 committed Jan 16, 2024
1 parent 6cb0cb0 commit d388d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Higher Order OCclusion (hoocs)
## Introduction
Hoocs implements a broad range of model-agnostic attributions.
Hoocs implements a broad range of model-agnostic attributions
- *PredDiff* [[1]]([1]) [[2]]([2])
- Shapley values [[3]]([3])
- KernelSHAP [[4]]([4])
-
Recently, there has been increasing interest in more in-depth analysis of models. To meet this needs, the analysis of
feature interactions is inevitable. Therefore, this package allows to calculate arbitrary higher-order explanations.
Tt is extendable to other methods, which rely on marginalizing features in input space.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hoocs"
version = "0.1.0"
version = "0.0.1"
description = "Occlusion-based explainers for higher-order attributions."
readme = "README.md"
authors = [{ name = "Stefan Bluecher", email = "[email protected]" }]
Expand Down

0 comments on commit d388d37

Please sign in to comment.