diff --git a/tensorflow_privacy/privacy/privacy_tests/membership_inference_attack/data_structures.py b/tensorflow_privacy/privacy/privacy_tests/membership_inference_attack/data_structures.py index e8f9f5f..6482d73 100644 --- a/tensorflow_privacy/privacy/privacy_tests/membership_inference_attack/data_structures.py +++ b/tensorflow_privacy/privacy/privacy_tests/membership_inference_attack/data_structures.py @@ -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.results.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'