Changelogο
Version 5.0.1 (2021-10-13)ο
π΄ Bug fixesο
Fix scorecard bug where scores and odds were still out with a constant factor
Version 5.0.0 (2021-10-01)ο
β¨ New features and improvementsο
Move plotting functionality to example notebook to make customizing plots easier
Initialize ManualBinning object with dictionary so you no longer have to first run autobinning
Add dtype property with new ordinal type
π΄ Bug fixesο
Fix scorecard bug where scores and odds were out with a constant factor
Fix reset protected bins bug
Remove warnings on import in some environments
π Documentationο
Fix the link to the documentation
Version 4.2.0 (2021-08-25)ο
β¨ New features and improvementsο
Rename the project to βPraexiaβ
Add VIF table description
π΄ Bug fixesο
Fix a broken tooltip
π Documentationο
Add changelog to documentation
Change documentation to reference βPraexiaβ
Minor docstring corrections
Version 4.1.0 (2021-07-23)ο
Add Gini correlation plot
Fix bug in manual binning where categorical bins were not updating
Sort variables alphabetically in manual binning widget
Version 4.0.0 (2021-07-23)ο
Fix ordering of labels in monitoring plots
Data for monitoring plots are now calculated separately from the plot
Speed up autobinning by using OptBinning and remove scorecardpy as dependency
Version 3.0.1 (2021-06-24)ο
Fix missing example data bug
Version 3.0.0 (2021-06-17)ο
Sagemaker support
Remove built-in data access layer
Add support for sample weights
Support optional predefined bins
Fix applications outcome plot to accept an arbitrary number of datasets
Fix bug with separator specification in the manual binning widget
Various scorecard edge case fixes
Version 2.0.0 (2021-05-04)ο
Update to JupyterLab 3.0+
Remove Festina integration
Fix bug in CLI printout
Add link to the documentation to example notebook
Version 1.2.0 (2021-04-28)ο
Add CLI commands. These are accessible via the ccc executable after installing the package using pip.
Add monitoring example notebook
Version 1.1.0 (2021-02-24)ο
Incorporate categorical variables
Incorporate add button widget
Add monitoring plot
Version 0.0.1 (2020-11-18)ο
Initial commits and project creation,