Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into chore/516-install-…
Browse files Browse the repository at this point in the history
…instructions-influence
  • Loading branch information
schroedk committed Mar 20, 2024
2 parents 5de4806 + 562b9b8 commit 1b07402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- Bump versions of CI actions to avoid warnings [PR #502](https://github.com/aai-institute/pyDVL/pull/502)
- Add Python Version 3.11 to supported versions [PR #510](https://github.com/aai-institute/pyDVL/pull/510)
- Documentation improvements and cleanup [PR #521](https://github.com/aai-institute/pyDVL/pull/521)
- Documentation improvements and cleanup [PR #521](https://github.com/aai-institute/pyDVL/pull/521) [PR #522](https://github.com/aai-institute/pyDVL/pull/522)

## 0.8.1 - 🆕 🏗 New method and notebook, Games with exact shapley values, bug fixes and cleanup

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pyDVL requires Python >= 3.8, [numpy](https://numpy.org/),
[cvxpy](https://www.cvxpy.org/) for the Core methods,
and [joblib](https://joblib.readthedocs.io/en/stable/)
for parallelization locally. Additionally,the [Influence functions][pydvl.influence]
module requires PyTorch (see [[installation#extras]]).
module requires PyTorch (see [[installation#extras|Extras]]).

### Extras

Expand Down Expand Up @@ -76,7 +76,7 @@ that can be optionally installed:
pip install pyDVL[ray]
```

see [[getting-started#ray]] for more details on how to use it.
see [[first-steps#ray|Ray Usage]] for more details on how to use it.

- `memcached`:

Expand Down
3 changes: 2 additions & 1 deletion docs_includes/abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
*[WAD]: Weighted Accuracy Drop
*[OOB]: Out-of-Bag
*[CG]: Conjugate Gradient
*[EKFAC]: Eigenvalue-corrected Kronecker Factorization
*[K-FAC]: Kronecker-Factored Approximate Curvature
*[EKFAC]: Eigenvalue-corrected Kronecker-Factored Approximate Curvature

0 comments on commit 1b07402

Please sign in to comment.