Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated gradient on a function of models #1279

Open
MarcPoulin1 opened this issue May 1, 2024 · 0 comments
Open

Integrated gradient on a function of models #1279

MarcPoulin1 opened this issue May 1, 2024 · 0 comments

Comments

@MarcPoulin1
Copy link

MarcPoulin1 commented May 1, 2024

I have a prediction that is the result of a function of models such that pred = model1 + b * model2 + b^2 * model3 + b^3 * model4.

Is it correct to compute the attribution of each model and compute the total attribution using the same function?

Each model has its own baseline and the input x is not exactly the same after each model preprocessing steps.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant