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).