File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11"""dattri.algorithm for some data attribution methods."""
22
33from .block_projected_if .block_projected_if import BlockProjectedIFAttributor
4+ from .data_shapley import KNNShapleyAttributor
45from .factgrass import FactGraSSAttributor
56from .influence_function import (
67 IFAttributorArnoldi ,
2425 "IFAttributorEKFAC" ,
2526 "IFAttributorExplicit" ,
2627 "IFAttributorLiSSA" ,
28+ "KNNShapleyAttributor" ,
2729 "LoGraAttributor" ,
2830 "RPSAttributor" ,
2931 "TRAKAttributor" ,
Original file line number Diff line number Diff line change @@ -31,3 +31,13 @@ Attributors
3131 :special-members: __init__
3232 :undoc-members:
3333 :show-inheritance:
34+ .. autoclass :: dattri.algorithm.block_projected_if.BlockProjectedIFAttributor
35+ :members:
36+ :special-members: __init__
37+ :undoc-members:
38+ :show-inheritance:
39+ .. autoclass :: dattri.algorithm.factgrass.FactGraSSAttributor
40+ :members:
41+ :special-members: __init__
42+ :undoc-members:
43+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments