Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. tf.metrics.auc(
  2. labels,
  3. predictions,
  4. weights=None,
  5. num_thresholds=200,
  6. metrics_collections=None,
  7. updates_collections=None,
  8. curve='ROC',
  9. name=None,
  10. summation_method='trapezoidal'
  11. )
  12.  
  13. (<tf.Tensor 'auc_4/value:0' shape=() dtype=float32>,
  14. <tf.Tensor 'auc_4/update_op:0' shape=() dtype=float32>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement