🦊Xplique(pronounced\ɛks.plik\) is a Python toolkit dedicated to explainability. The goal of this library is to gather the state of the art of Explainable AI to help you understand your complex neural network models. Originally built for Tensorflow's model it also works for PyTorch model...
The installation of the calibration suite is quite easy as it registered in the Python Package Index (PyPI). You can either install this framework using PIP: $ python3 -m pip install netcal Or simply invoke the following command to install the calibration suite when installing from source: $...