Probatus is a python package that helps validate regression & (multiclass) classification models and the data used to develop them. Main features:
- probatus.interpret provides shap-based model interpretation tools
- probatus.sample_similarity to compare two datasets using resemblance modelling, f.e.
train
with out-of-timetest
. - probatus.feature_elimination.ShapRFECV provides cross-validated Recursive Feature Elimination using shap feature importance.
pip install probatus
Documentation at ing-bank.github.io/probatus/.
You can also check out blog posts about Probatus:
- Open-sourcing ShapRFECV — Improved feature selection powered by SHAP.
- Model Explainability — How to choose the right tool?
To learn more about making a contribution to Probatus, please see CONTRIBUTING.md
.