Probatus is a Python library that allows to analyse binary classification models as well as the data used to develop them. The main features assess the metric stability and analyse differences between two data samples e.g. shift between train and test splits.
In order to install probatus you need to use Python 3.6 or higher.
You can install probatus using pip:
pip install probatus
Alternatively you can fork/clone and run:
git clone https://gitlab.com/ing_rpaa/probatus.git
cd probatus
pip install .
Documentation can be found here.
To learn more about making a contribution to probatus, please see CONTRIBUTING.md
.