Skip to content

Commit

Permalink
Merge pull request #304 from BCG-Gamma/dev/1.1.1
Browse files Browse the repository at this point in the history
BUILD: release FACET 1.1.1
  • Loading branch information
j-ittner authored Sep 22, 2021
2 parents c7d87e7 + 4dad887 commit ad5e197
Show file tree
Hide file tree
Showing 11 changed files with 332 additions and 282 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ Model Inspection
FACET implements several model inspection methods for
`scikit-learn <https://scikit-learn.org/stable/index.html>`__ estimators.
FACET enhances model inspection by providing global metrics that complement
the local perspective of SHAP. The key global metrics for each pair of
features in a model are:
the local perspective of SHAP (see
`[arXiv:2107.12436] <https://arxiv.org/abs/2107.12436>`__ for a formal description).

The key global metrics for each pair of features in a model are:

- **Synergy**

Expand All @@ -192,7 +194,6 @@ features in a model are:
features contribute to the model predictions.* Synergy is expressed as a
percentage ranging from 0% (full autonomy) to 100% (full synergy).


- **Redundancy**

The degree to which a feature in a model duplicates the information of a
Expand Down
12 changes: 12 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ FACET 1.1
FACET 1.1 refines and enhances the association/synergy/redundancy calculations provided
by the :class:`.LearnerInspector`.

1.1.1
~~~~~

- DOC: add reference to FACET research paper on the project landing page
- FIX: correctly count positive class frequency in UnivariateProbabilitySimulator


1.1.0
~~~~~

Expand All @@ -29,6 +36,11 @@ by the :class:`.LearnerInspector`.
FACET 1.0
---------

1.0.3
~~~~~

- FIX: restrict package requirements to *gamma-pytools* 1.0.* and *sklearndf* 1.0.x, since FACET 1.0 is not compatible with *gamma-pytools* 1.1.*

1.0.2
~~~~~

Expand Down
Loading

0 comments on commit ad5e197

Please sign in to comment.