Merge pull request #167 from luckyos-code:fix_max_auc_summary

PiperOrigin-RevId: 378632912
This commit is contained in:
A. Unique TensorFlower 2021-06-10 05:59:37 -07:00
commit 4b09172c31

View file

@ -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'