ing-bank / skorecard

scikit-learn compatible tools for building credit risk acceptance models
https://ing-bank.github.io/skorecard/
MIT License
85 stars 24 forks source link

Added get_statistics variable to buckets #83

Closed dlaprins closed 2 years ago

dlaprins commented 2 years ago

Added a boolean variable to bucketers to turn off calculation of bucket tables and summary. These are not called on in the BucketingProcess class, nor by the Skorecard class. Turning off these redundant calculations results in a speed increase.

timvink commented 2 years ago

Thanks for the contribution. And yes, this makes sense!

timvink commented 2 years ago

Released to pypi also https://github.com/ing-bank/skorecard/releases/tag/v1.6.4