I'm wondering how to get the full equation from a stacked model, including the intercept? I see one in the last part of section 20.2 (right above the start of 20.3) in tidymodeling with R, but I can't seem to figure out where that might be buried in the results. Any help is appreciated. Thanks!
In case you're curious why I want these, I'm trying to make sure I fully understand where the scores come from when there is a binary response since the "stacked" scores are MUCH lower than the scores from the individual models.
Sure, you can get this pretty easily. Once the stack is blended, there is an equation sub-object that has the generalized linear model prediction equation.