Add AUC, sensitivity, and specificity metrics
envest opened this issue · 0 comments
envest commented
We need to add a few more metrics to what we report...
- AUC
- add
savePredictions = TRUE
andclassProbs = TRUE
tocaret::trainControl()
inutil/train_test_functions.R
MLmetrics::AUC()
is already in docker image 🤷 we can use that
- add
- Sens/spec are given in confusion matrix