You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about that. It was a reminder to myself and thus I self assigned as well. The bug fix is in the cross validation PR. I might extract it out in another PR.
cache_predictions
does not compute all the predictions that should be cached inEstimatorReport
. It should be the cartesian product of the parametersThe underlying bug is in:
skore/skore/src/skore/sklearn/_estimator/report.py
Lines 162 to 179 in 5314915
We redefine some tuples using
=
instead of concatenating using+=
.We should add a non-regression tests to check the what is getting cached once we call the function.
The text was updated successfully, but these errors were encountered: