CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

export beta values and ROC values to a variable #32

Closed youngahn closed 7 years ago

youngahn commented 7 years ago

e.g.,

output = easy_glmnet(...)

--> output[[1]], output[[2]]... contain beta weights or ROC values.

paulhendricks commented 7 years ago

See 5cfb77fe37d440547229b3bde82bbb1eba580cfe.