Skip to content

OmniXAI v1.1.4

Compare
Choose a tag to compare
@yangwenz yangwenz released this 25 Aug 12:50
· 376 commits to main since this release
572c586
  1. Fix a bug in the MACE refinement module.
  2. Add several explainers for ranking tasks, e.g., ValidityRankingExplainer, PermutationRankingExplainer, MACEExplainer.
  3. Add save and load functions for the supported explainers.
  4. Add a RL-based approach for the MACE counterfactual explainer, e.g., set method = "rl" when creating a MACE explainer.