AI4LIFE-GROUP / OpenXAI

OpenXAI : Towards a Transparent Evaluation of Model Explanations
https://open-xai.github.io/
MIT License
232 stars 39 forks source link

[FEATURE REQUEST] Refactor `Explainer` API #5

Open jiaqima opened 2 years ago

jiaqima commented 2 years ago

The current Explainer class requires method, model, and dataset_tensor as required arguments. It takes quite some extra lines of code for the user to construct dataset_tensor. We should try to eliminate this required argument.