tidymodels / probably

Tools for post-processing class probability estimates
https://probably.tidymodels.org/
Other
115 stars 15 forks source link

convert resamples when passing in resampling results to the validate functions #80

Closed topepo closed 1 year ago

topepo commented 1 year ago

If we've already resampled a model, we current;y have to collect the predictions and generate another rsample object to pass to cal_validate_*().

We can convert the original rsample results so that the data in the splits are the predictions instead of the original training data.

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.