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 tidymodels - Tuning text models), they only show first picture.
Edit: I just want to reiterate that I'm not talking about weight of the models, but weight of each covariates/columns/variables.