You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
Am 27.03.2019 um 17:29 schrieb Karim M. Ibrahim ***@***.***>:
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 <#3>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALHE6c7NubG4CWZHoDf0a3MKK_o2wtcCks5va5xpgaJpZM4cOPrD>.
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"?
The text was updated successfully, but these errors were encountered: