How to output AUC for Rating prediction Extension
Hello, I'm trying to output AUC for Rating prediction plugin, but the performance(Rating prediction) only outputs RSME, how can i output AUC ?
i tried the performance(binomial classification) but it requires to have binomial lables while my ratings is numerical, which decreased the performance, is there a way to output AUC while having numerical label ?
Thank you.