Implement a PSI calculation that uses the _calculate_psi
function in categorical columns
#1028
Labels
New Feature
A feature addition not currently in the library
Is your feature request related to a problem? Please describe.
Categorical column PSI calculation is done outside of the rest of the code that calculates PSI because
_calculate_psi
requires a histogram which the categorical column class does not have currently.PR that temporarily fixes PSI calc for categorical columns:
#1027
Describe the outcome you'd like:
I would like to see a histogram creation fix for the categorical column profiler and a rework of the PSI calculation code within the Categorical Column Profiler class to use the existing function (
_calculate_psi
in NumericStatsMixin)Additional context:
The text was updated successfully, but these errors were encountered: