-
Add the script for the Gale-Shapley Stable Matching Algorithm.
-
[ONNX](https://onnx.ai/) has gained a lot of traction for deploying ML models. But [onnxruntime](https://github.com/microsoft/onnxruntime) does not support returning Shapley values. And looking throug…
-
Hi! I fit a multiclass classification XGBoost model and try to generate the plot of shapley values using shap.prep and then shap.plot.summary. However, I'm getting the following error when using shap.…
-
### WHY
We need to reveal how the black-box model engine operates for user to understand and trust the systems (where they do not know the basis for the current outcomes and lack insight how it wor…
-
## ❓ Questions and Help
Hello, I have just set up to use captum to analyze a resnet50 model (taken directly from torchvision). Captum works perfectly as expected for most of the attribution methods…
-
For completeness in the implementation of all methods in
_Yan, Tom, and Ariel D. Procaccia. “If You Like Shapley Then You’ll Love the Core.” In Proceedings of the 35th AAAI Conference on Artificial…
-
Hello, I'm a first-year graduate student. When running the launch_experiments.py file in the multiagent_particles/experiments folder, I encountered the following error:
WARNING:tensorflow:
The Tenso…
xlws1 updated
3 weeks ago
-
### Problem Description
Hi,
I hope to extend SHAP to calculate feature contributions for coalitions of features Owen and Winter values. Having reviewed the Partition Explainer and Permutation Expl…
-
Let we have `n` models `f_i(X)`, Shapley values for them `φ(f_i, X)`, a closed-form function `g(Y)`, its partial derivatives, and a model `h(X):=g(f_1(X), ... f_n(X))`.
* Are there any papers descr…
-
Why the model is not trained with the new batch at the line below?
https://github.com/ajsanjoaquin/Shapley_Valuation/blob/bf8cf85d3f8a288fdb43ca1c996be18dac25c56b/tmc.py#L154