Home
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.
Installation
In order to install Probatus you need to use Python 3.6 or higher.
Install probatus
via pip with:
pip install probatus
Alternatively you can fork/clone and run:
git clone https://gitlab.com/ing_rpaa/probatus.git
cd probatus
pip install .
Licence
Probatus is created under MIT License, see more in LICENCE file.