Closed dlaprins closed 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.
Thanks for the contribution. And yes, this makes sense!
Released to pypi also https://github.com/ing-bank/skorecard/releases/tag/v1.6.4
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.