You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WorstCaseAttack outputs only aggregate metrics, no per-record scores. To include it in MetaAttack it needs a report_individual flag like LiRA and QMIA that populates per-record scores in attack_metrics[N]["individual"].
WorstCaseAttack outputs only aggregate metrics, no per-record scores. To include it in MetaAttack it needs a
report_individualflag like LiRA and QMIA that populates per-record scores inattack_metrics[N]["individual"].Surfaced as Jim's PS in #441.