A convenient function to get prediction from the selected tuning parameters by cross validation.
predict_cvTSLA(
object,
X_1_new = NULL,
X_2_new,
type = c("response", "link"),
...
)Predictions.
A fit output from cv.TSLA().
New unpenalized features in matrix form.
New binary features in matrix form.
Two options: "response" or "link". The two options only
differ for family="logit".
Other parameters.