forked from 626_privacy/tensorflow_privacy
Merge pull request #167 from luckyos-code:fix_max_auc_summary
PiperOrigin-RevId: 378632912
This commit is contained in:
commit
4b09172c31
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ class AttackResults:
|
|||
summary = []
|
||||
|
||||
# Summary over all slices
|
||||
max_auc_result_all = self.get_result_with_max_attacker_advantage()
|
||||
max_auc_result_all = self.get_result_with_max_auc()
|
||||
summary.append('Best-performing attacks over all slices')
|
||||
summary.append(
|
||||
' %s (with %d training and %d test examples) achieved an AUC of %.2f on slice %s'
|
||||
|
|
Loading…
Reference in a new issue