Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Koukyosyumei authored Feb 3, 2024
1 parent 3e85a48 commit aeb4803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For instance, we can implement Poisoning Attack against SVM implemented with skl
```Python
from aijack . attack import Poison_attack_sklearn

attacker = Poison_attack_sklearn (clf , X_train , y_train)
attacker = Poison_attack_sklearn(clf , X_train , y_train)
malicious_data , log = attacker.attack(initial_data , 1, X_valid , y_valid)
```

Expand Down

0 comments on commit aeb4803

Please sign in to comment.