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

Move interface away from callable structs #19

Closed
adrhill opened this issue Jul 22, 2024 · 1 comment
Closed

Move interface away from callable structs #19

adrhill opened this issue Jul 22, 2024 · 1 comment

Comments

@adrhill
Copy link
Member

adrhill commented Jul 22, 2024

The XAIBase interface currently expects XAI methods to be callable structs.
This might be a bit confusing for newcomers to Julia.

Dispatching on analyze could cause method ambiguities. Instead, require a new method call_analyzer.

@adrhill
Copy link
Member Author

adrhill commented Jul 27, 2024

Closed by #20.

@adrhill adrhill closed this as completed Jul 27, 2024
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