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 0011248 commit 56f2832Copy full SHA for 56f2832
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.5.0 - 💥 Fixes, nicer interfaces and... more breaking changes 😒
4
5
- Fixed parallel and antithetic Owen sampling for Shapley values. Simplified
6
and extended tests.
src/pydvl/value/least_core/__init__.py
@@ -28,7 +28,6 @@
28
from pydvl.value.least_core.naive import *
29
from pydvl.value.result import ValuationResult
30
31
-
32
__all__ = ["compute_least_core_values", "LeastCoreMode"]
33
34
src/pydvl/value/shapley/owen.py
@@ -12,7 +12,6 @@
12
from pydvl.value import ValuationResult
13
from pydvl.value.stopping import MinUpdates
14
15
16
__all__ = ["OwenAlgorithm", "owen_sampling_shapley"]
17
18
0 commit comments