Releases: salesforce/OmniXAI
Releases · salesforce/OmniXAI
OmniXAI v1.3.2
OmniXAI v1.3.1
Fix an issues related to the default parameters in TabularTransform.
OmniXAI v1.3.0
- OmniXAI v1.3.0 includes an experimental GPT explainer. This explainer leverages the outcomes produced by SHAP and MACE to formulate the input prompt for ChatGPT. Subsequently, ChatGPT analyzes these results and generates the corresponding explanations that provide developers with a clearer understanding of the rationale behind the model's predictions.
- Fixed some small issues in the explainers and visualization.
- Updated the copyright.
OmniXAI v1.2.5
- Add what-if analysis for tabular data, e.g., users can change feature values and compare different models.
- Revise the visualization dashboard to support Google Colab notebooks.
- MACE now can generate counterfactual examples without using KNN search. This feature is mainly used for small datasets.
OmniXAI v1.2.4
- Support model bias analysis
- Revise the documentations
- Fix some bugs in OmniXAI v1.2.3
OmniXAI v1.2.3
- Add global SHAP feature importance.
- Add permutation feature importance.
- Add a KNN-based counterfactual explainer.
- Revise the dashboard figures for global explanations.
- Fix some bugs and interface issues.
OmniXAI v1.2.2
- Support BentoML deployment for TabularExplainer, VisionExplainer and NLPExplainer.
- Support JSON converters for all the explanation classes.
- Fix a small bug in feature visualization when Torch > 1.7.
OmniXAI v1.2.1
- Add FFT preconditioning for feature visualization
- Implement ScoreCAM, LayerCAM, SmoothGrad and Guided Backpropagation
- Fix some small bugs.
OmniXAI v1.2.0
- Support feature visualization (an optimization-based method) for vision models.
- Allow visualizing feature maps in CNN models.
- Add more tutorials on the supported explainers.
- Fix some bugs in the ranking explainers.
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.