You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent project of us we were required to get the matrix of each baseleaner that is used for prediction. mgcv::gam allows this via predict(model, type="lpmatrix"). For mboost, we could construct this as follows:
In a recent project of us we were required to get the matrix of each baseleaner that is used for prediction.
mgcv::gam
allows this viapredict(model, type="lpmatrix")
. For mboost, we could construct this as follows:Maybe this is also helpful for others / worth including.
The text was updated successfully, but these errors were encountered: