Do any of the attacks support targeted classification as a goal function? I do not see it stated anywhere but untargeted classification is mentioned. Manually switching the goal function of a recipe results in an error:
AttributeError: 'UntargetedClassification' object has no attribute 'num_queries'
Here is some basic code I am using that causes the error:
Do any of the attacks support targeted classification as a goal function? I do not see it stated anywhere but untargeted classification is mentioned. Manually switching the goal function of a recipe results in an error:
AttributeError: 'UntargetedClassification' object has no attribute 'num_queries'
Here is some basic code I am using that causes the error: