xai icon indicating copy to clipboard operation
xai copied to clipboard

XAI - An eXplainability toolbox for machine learning

Results 4 xai issues
Sort by recently updated
recently updated
newest added

A conda installation option could be very helpful. I have already started working on this, to add `xai` to conda-forge. Conda-forge PR: - https://github.com/conda-forge/staged-recipes/pull/17601 Once the conda-forge PR is merged,...

There is some bug in https://github.com/EthicalML/xai/blob/master/xai/__init__.py#L962 it was written as ```python r1s = r2s = [] ``` but should be instead ```python r1s, r2s = [], [] ``` The impact...

Hello, Is there any guideline on how to run the method on sample inputs? And can you please provide the related paper? Tnx

I encountered an issue while installing xai due to compatibility conflicts with **Python 3.11**. The libraries specified in the **requirements.txt** file have versions that are not compatible with Python 3.11....