Replies: 1 comment
-
Hi @hin1115 Thank you very much for your appreciation for ART!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really appreciate your implementation.
As shown in notebook examples, I successfully made attack codes using using
art.attacks.evasion.ZooAttack
for five different decision trees,DecisionTreeClassifier
,GradientBoostingClassifier
,RandomForestClassifier
,AdaBoostClassifier
from sklearn andXGBoost
. It works well!Now I'm trying to make other attacks such as FGSM, Papernot's attack, and Kantchelian’s attack.
BaseEstimator
. How can I use them for the above classifiers?art.attacks.evasion.DecisionTreeAttack
seems like Papernot's attack. However, I found an error when I try to implement it with other classifiers exceptDecisionTreeClassifier
.Beta Was this translation helpful? Give feedback.
All reactions