Skip to content

Commit 6effa1e

Browse files
Update introduction of least core notebook as suggested
1 parent f3ca383 commit 6effa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/least_core_basic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"This notebook introduces Least Core methods for the computation of data values using pyDVL.\n",
1111
"\n",
12-
"Whereas the Shapley values define a fair way to distribute data values amongst all data points when the entire training set is used. But they do not consider the question of stability: Would some data points get a better payoff by using smaller subsets?\n",
12+
"Shapley values define a fair way of distributing the worth of the whole training set when every data point is part of it. But they do not consider the question of stability of subsets: Could some data points obtain a higher payoff if they formed smaller subsets? It is argued that this might be relevant if data providers are paid based on data value, since Shapley values can incentivise them not to contribute their data to the \"grand coalition\", but instead try to form smaller ones. Whether this is of actual practical relevance is debatable, but in any case, the least core is an alternative tool available for any task of Data Valuation\n",
1313
"\n",
1414
"The Core is another approach to compute data values originating in cooperative game theory that attempts to answer those questions. It is the set of feasible payoffs that cannot be improved upon by a coalition of the participants.\n",
1515
"\n",

0 commit comments

Comments
 (0)