Skip to content

Commit 7bc6086

Browse files
committed
Code review changes 2.0
Signed-off-by: minaremeli <[email protected]>
1 parent d8e48f6 commit 7bc6086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/attacks/inference/membership_inference/label_only_boundary_distance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def calibrate_distance_threshold_unsupervised(
207207
):
208208
"""
209209
Calibrate distance threshold on randomly generated samples, choosing the top-t percentile of the noise needed
210-
to change the classifier's initial prediction.
210+
to change the classifier's initial prediction. This method requires the model's clip_values to be set.
211211
212212
| Paper link: https://arxiv.org/abs/2007.15528
213213

0 commit comments

Comments
 (0)