Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping condition of the feature space attack expects the model to give a score between -1 and 1 #1

Open
danielgibert opened this issue Nov 21, 2024 · 0 comments

Comments

@danielgibert
Copy link

The early stopping condition in line 186 of feature_space_attack.py stops when the model returns a score lower than 0. For the SVM classifier there is no issue as it returns values between -1 and 1. However, for models that return scores between 0 and 1 it could affect the generation of adversarial samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant