Skip to content

bug: Selection done on the widget of skore.Project does not work properly with CrossValidationReport #2794

@glemaitre

Description

@glemaitre

What would you like to say?

The string produce when selecting some metric the widget Summary does not produce the right string to query the dataset because it is missing the _mean. In pseudo code, one would have something like:

project = skore.Project("xxx")
report = skore.evaluate(model, X, y, splitter=2)
project.put("xxx", report)
display = project.summarize()
display
# show parallel coordinate plot and make a selection
display._query_string_selection()
# the return string will not have the name of metric finishing by
# `_mean`; e.g. `rmse` instead of `rmse_mean`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions