probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
70 stars 7 forks source link

Cross_validate - improvement B.1 - Compare several cross_validate #557

Open MarieS-WiMLDS opened 4 weeks ago

MarieS-WiMLDS commented 4 weeks ago

Is your feature request related to a problem? Please describe.

As a DataScientist, I want to be able to compare the several cross_validation I did.

Describe the solution you'd like

371590757-d7d2ff40-f163-46cf-a002-89dbf06661a3
In a first iteration, to simplify things, the user will have to say when it's comparable. By default, everything lands in the same plot. As a user, I must be able to delete some runs (in case I ran too many of them).
The "information" panel must display:

The dataframe & the target are not saved because it would be too heavy. However, to recognize them, we can save:

Describe alternatives you've considered, if relevant

No response

Additional context

No response