ismir2018_tutorial icon indicating copy to clipboard operation
ismir2018_tutorial copied to clipboard

The calculation of the AUC seems faulty

Open KarimMibrahim opened this issue 5 years ago • 1 comments

In "Part_1_Convolutional_Neural_Networks", when you calculate the AUC, you pass the test_pred to the roc_auc_score function, which is already rounded at 0.5.

Shouldn't you pass the probabilities "test_pred_prob"?

KarimMibrahim avatar Mar 27 '19 16:03 KarimMibrahim

Dear Karim,

Thank you very much for the hint. You are right. We will fix this in the next version of this tutorial.

all the best, Thomas

Am 27.03.2019 um 17:29 schrieb Karim M. Ibrahim [email protected]:

In "Part_1_Convolutional_Neural_Networks", when you calculate the AUC, you pass the test_pred to the roc_auc_score function, which is already rounded at 0.5.

Shouldn't you pass the probabilities "test_pred_prob"?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/slychief/ismir2018_tutorial/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHE6c7NubG4CWZHoDf0a3MKK_o2wtcCks5va5xpgaJpZM4cOPrD.

audiofeature avatar Apr 01 '19 11:04 audiofeature