Skip to content

Commit

Permalink
Skeleton of Shapley value
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSenellart committed Oct 31, 2023
1 parent 6b11a09 commit 59d4926
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 296 deletions.
6 changes: 6 additions & 0 deletions sql/provsql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,12 @@ CREATE OR REPLACE FUNCTION probability_evaluate(
RETURNS DOUBLE PRECISION AS
'provsql','probability_evaluate' LANGUAGE C;

CREATE OR REPLACE FUNCTION shapley(
token UUID,
variable UUID)
RETURNS DOUBLE PRECISION AS
'provsql','shapley' LANGUAGE C;

CREATE OR REPLACE FUNCTION view_circuit(
token UUID,
token2desc regclass,
Expand Down
Loading

0 comments on commit 59d4926

Please sign in to comment.