OmniXAI v1.1.4
- Fix a bug in the MACE refinement module.
- Add several explainers for ranking tasks, e.g., ValidityRankingExplainer, PermutationRankingExplainer, MACEExplainer.
- Add save and load functions for the supported explainers.
- Add a RL-based approach for the MACE counterfactual explainer, e.g., set
method = "rl"
when creating a MACE explainer.