Closed
Description
xref: #26896 (review)
In #26896 we create a _MultimetricScorer
for routing, but it's ignored and the _MultimetricScorer
is created again at a later stage. It'd be nice to avoid this, but that would need to be able to return a dict via a _MultimetricScorer().to_dict()
method and make sure that the return types of cross_validate
don't change.
cc @glemaitre