elphick / sklearn-viz

Interactive visualisations to aid evaluation of scikit-learn models
https://elphick.github.io/sklearn-viz/
MIT License
0 stars 0 forks source link

Category analysis relative score bug-fix #31

Closed elphick closed 3 months ago

elphick commented 3 months ago

There is a logical error in the first panel of the plot returned by the plot_category_analysis method of the CrossValidation class. The panel compares "apples with oranges", since the baseline values are for the entire model, not the groups within the baseline model.