train_calibration_model_ridge | R Documentation |
Train calibration model with ridge regularization.
train_calibration_model_ridge(
X,
y,
youden_index_threshold = 0.9,
lambda_min_ratio = 1e-06,
cv_glmnet_nfolds = 3
)
X |
a matrix of predicted values. |
y |
a factor vector of response. |
youden_index_threshold |
the threshold. Default to 0.9. |
lambda_min_ratio |
see |
cv_glmnet_nfolds |
see |
calibration result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.