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
I've been using your code and I would like to know which changes or additions must be done in order to obtain the AUC metric at least for the testing phase.
Best regards,
João Moura
The text was updated successfully, but these errors were encountered:
For that purpose, the direct way is to write the auc metric calculation function in the metrics.py. Another solution is to modify the code to get model output (classification prediction) and then calculate the metric out of Keras API.
Hello!
I've been using your code and I would like to know which changes or additions must be done in order to obtain the AUC metric at least for the testing phase.
Best regards,
João Moura
The text was updated successfully, but these errors were encountered: