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

Model Selection scorer enhancements #22

Closed elphick closed 7 months ago

elphick commented 8 months ago

In 0.1.14 the plot_model_selection function scores on the default scorers, yet only plots one score. This needs to be resolved, Additionally need to expose the scorer as an argument in the function and the class plot method.

elphick commented 7 months ago

Work on this task has determined that only a single scorer will be supported. However metrics are now supported, and the gallery example has been updated to demonstrate multiple boxplots in a single figure, one for the scorer, and one for each metric.