How does fit_resamples() fit/predict?
When looking at the object that fit_resamples() spits out, it results into this:
But I would like something like this:
There is one mention of 'coefficients' in the docs though it's an explanation for something else, nothing about 'weights' or 'beta' etc. I got lost in the docs trying to find them.