Predict using a regularized regression model
tl_predict_regularized(model, new_data, type = "response", lambda = "1se", ...)Predictions
A tidylearn regularized model object
A data frame containing the new data
Type of prediction: "response" (default), "class" (for classification), "prob" (for classification)
Which lambda to use for prediction ("1se" or "min", default: "1se")
Additional arguments