ing-bank / probatus

Validation (like Recursive Feature Elimination for SHAP) of (multiclass) classifiers & regressors and data used to develop them.
https://ing-bank.github.io/probatus
MIT License
132 stars 40 forks source link

Remove unnecessary rounding of metrics. #191

Closed christophermadsen closed 1 year ago

christophermadsen commented 2 years ago

Rounding reported metrics to 3 decimals unnecessarily removes granularity that some users may need. It's better to remove this.

Resolves #190 Closes #190

ReinierKoops commented 1 year ago

Hi @christophermadsen , thank you for your contribution to Probatus!

Could you update your fork to the latest commit, so that the checks are rerun?