From 237800f388683ba015dc6278ab953a10d3b8a2e1 Mon Sep 17 00:00:00 2001 From: mwsohn Date: Wed, 16 Oct 2024 13:02:53 -0400 Subject: [PATCH] Update mglmxls.jl --- src/mglmxls.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mglmxls.jl b/src/mglmxls.jl index 7983b5d..f824e00 100644 --- a/src/mglmxls.jl +++ b/src/mglmxls.jl @@ -386,7 +386,7 @@ function mglmxls(glmout, # ROC (c-statistic) t.write(r+4,c,"Area under the ROC Curve",formats[:model_name]) - _roc = auc(predict(glmout[i]), response(glmout[i])) + _roc = Stella.auc(predict(glmout[i]), response(glmout[i])) t.merge_range(r+4,c+1,r+4,c+4,round(_roc,digits=4),formats[:p_fmt_center]) r += 5