How do I get coefficients of columns from a fit_resamples object?

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.