predict_cvTSLA | R Documentation |
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"),
...
)
object |
A fit output from |
X_1_new |
New unpenalized features in matrix form. |
X_2_new |
New binary features in matrix form. |
type |
Two options: "response" or "link". The two options only
differ for |
... |
Other parameters. |
Predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.