get_auc_ks_lambda
is for get best lambda required in lasso_filter. This function required in lasso_filter
get_auc_ks_lambda
get_auc_ks_lambda
is for get best lambda required in lasso_filter. This function required in lasso_filter
get_auc_ks_lambda(
lasso_model,
x_test,
y_test,
save_data = FALSE,
plot_show = TRUE,
file_name = NULL,
dir_path = tempdir()
)
A lasso model genereted by glmnet.
A matrix of test dataset with x.
A matrix of y test dataset with y.
Logical, save results in locally specified folder. Default is FALSE
Logical, if TRUE plot the results. Default is TRUE.
The name for periodically saved results files. Default is NULL.
The path for periodically saved results files.
Lanmbda values with max K-S and AUC.