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

Add support for Realapp objects taking different algorithm transformers per explanation type #420

Open
zyteka opened this issue Jun 23, 2023 · 0 comments

Comments

@zyteka
Copy link
Collaborator

zyteka commented Jun 23, 2023

Realapp objects should support taking different algorithm transformers by explanation type - after all, this was the original purpose of having algorithm transformers.

Some things we need to think about:

  1. Users need to somehow specify the order that transformers should be run; so they can't simply pass in additional transformers
  2. User may want to remove some transformers for a specific explanation type
  3. We need to store each set of transformer for future use

The easiest way to meet these requirements may just be to have users pass the full transformer list whenever they want something different.

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