Skip to content

Instantly share code, notes, and snippets.

@rocreguant
Created January 12, 2021 20:44
Show Gist options
  • Save rocreguant/6c76ec9e20d8f6897d5dbf4ed523e677 to your computer and use it in GitHub Desktop.
Save rocreguant/6c76ec9e20d8f6897d5dbf4ed523e677 to your computer and use it in GitHub Desktop.
model.compile(optimizer = 'adam', loss = 'binary_crossentropy', metrics=['acc',auc_roc])
@rocreguant
Copy link
Author

Using AUC ROC as one of the metrics to visualize when computing the model in tensorflow or keras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment