We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fb8ac commit cb546eaCopy full SHA for cb546ea
CHANGELOG.md
@@ -11,6 +11,10 @@ the board, with a focus on documentation and usability.
11
[PR #365](https://github.com/aai-institute/pyDVL/pull/365)
12
- Enabled parallel computation for Leave-One-Out values
13
[PR #406](https://github.com/aai-institute/pyDVL/pull/406)
14
+- Added seed to functions from `pydvl.utils.numeric`, `pydvl.value.shapley` and
15
+ `pydvl.value.semivalues`. Introduced new type `Seed` and conversion function
16
+ `ensure_seed_sequence`.
17
+ [PR #396](https://github.com/aai-institute/pyDVL/pull/396)
18
19
### Changed
20
- Replaced sphinx with mkdocs for documentation. Major overhaul of documentation
0 commit comments