Where does fit_resamples()
get its coefficients for each of the columns it predicted/fitted?
Essentially, between the two pictures below, I need to get something like the second picture, not the first picture.
When looking at the object that fit_resamples()
spits out, it results into this:
But I would like something like this:
When looking at the docs, examples, etc. (for example https://www.tidymodels.org/learn/work/tune-text/#extracted-results), they only show first picture.