-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Geometric Decision Based Attack (GeoDA
) uncompatible with ScikitlearnRandomForestClassifier
- Missing Error Handling
#2493
Comments
GeoDA
) - Uncompatible with ScikitlearnRandomForestClassifier
- Missing Error HandlingGeoDA
) uncompatible with ScikitlearnRandomForestClassifier
- Missing Error Handling
Hey @jetlime |
Hi @jetlime Thank you very much, I think this is a bug. We should either define @VishalGawade1 Would you still be interested to make a pull request for this issue? I'd be happy to help |
Hello @beat-buesser , |
Hello @beat-buesser , This approach keeps GeoDA focused on its intended purpose and raises a clear ValueError when it’s used with incompatible models like RandomForestClassifier, without needing to modify scikit-learn itself. Waiting for your response! Let me know how you want me to proceed |
Hi! Sorry for closing the previous PR. I realized I forgot to sign off. I’ve raised a new PR, please let me know if any further adjustments are needed. Thank you! |
Describe the bug
Whenever performing an Geometric Decision Based Attack evasion attack on a scikit-learn random forest classifier.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise error explaining that the ScikitlearnRandomForestClassifier is not compatible with the
GeoDA
attack.For instance:
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: