Skip to content

Enhance skore.cross_validate: specify which metric is actually used behind test_score #578

@sylvaincom

Description

@sylvaincom

Problem

Part of epic #544

When using skore.cross_validate with linear regression for example, I can see the following scores in the legend: test_score and r2_score, while the test_score is actually the r2_score! This can be confusing for the user.

Suggested solution

It is ok the keep test_score and r2_score, but in any case, tell the user which score is actually used by default by scikit-learn for the test_score (it depends on each estimator).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions