Quantus
Quantus copied to clipboard
Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations
Hi! Thanks alot again for this inpiring package! ### Description of the problem I was trying to pre-compute softmax-attributions `quantus.explain` and evaluate them on a list of metrics through `quantus.evaluate`,...
### Description - The codecov badge is correctly pointing the user to the report but it does not capture the coverage % but states unknown ### Steps to reproduce the...
Hey @annahedstroem , Thank you for creating such an excellent library. I've been using it extensively in my recent research, and it's been incredibly helpful. While working with the library,...
### Description ``` >>> python3.9 -m venv venvs/testenv >>> source venvs/testenv/bin/activate >>> pip install git+https://github.com/understandable-machine-intelligence-lab/Quantus.git # succesfully installs >>> import quantus Traceback (most recent call last): File "", line 1,...
### Description of the problem - Many Quantus metrics practically work with non "feature importance" explanations (i.e., can accept free form explaantions ### Description of a solution 1. Remove unnecessary...
### Implemented changes - Added a **quanda** link to README.md - Changed pytest.ini configuration to ignore FutureWarning due to failing tests
### Description - Implementing true batch processing for the available metrics - This follows the previously raised [issue](https://github.com/understandable-machine-intelligence-lab/Quantus/issues/350). - The improvements gained from the batched processing seem to hover at...
- If I want to apply it in a customized method - I want the pseudo code or the general scheme for this purpose - Would You Please guide me...
Hello @annahedstroem, It is possible that I am confusing something or calling the function incorrectly but if not, then I think there might be a mistake in how Sensitivity-n is...
**Description:** I encountered a `ValueError` when running the `FaithfulnessCorrelation` metric in Quantus. The error message indicates that `subset_size` must be smaller than the input size, but even after setting it...