R: calculate the 10-fold crossvalidated AUC with glmnet and given alpha and lambda

后端 未结 0 752
心在旅途
心在旅途 2021-01-21 01:15

I would like to calculate the 10-fold crossvalidated AUC of an elastic net regression model

Dataset:

library(tidyverse)
library(caret)
library(glmnet)
libr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题