Skip to content

Commit

Permalink
added first reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Dec 6, 2023
1 parent b8175ce commit 69bd7d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shapiq/approximator/regression/fsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class RegressionFSI(Regression, NShapleyMixin):
"""Estimates the FSI values using the weighted least square approach.
"""Estimates the FSI values [1] using the weighted least square approach.
Args:
n: The number of players.
Expand All @@ -20,6 +20,11 @@ class RegressionFSI(Regression, NShapleyMixin):
min_order: The minimum order of the approximation. For FSI, min_order is equal to 1.
iteration_cost: The cost of a single iteration of the regression FSI.
References:
[1]: Tsai, C.-P., Yeh, C.-K., & Ravikumar, P. (2023). Faith-Shap: The Faithful Shapley
Interaction Index. J. Mach. Learn. Res., 24, 94:1-94:42. Retrieved from
http://jmlr.org/papers/v24/22-0202.html
Example:
>>> from games import DummyGame
>>> from approximator import RegressionFSI
Expand Down

0 comments on commit 69bd7d5

Please sign in to comment.