-
Notifications
You must be signed in to change notification settings - Fork 76
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
Mock model for return_nan_when_prediction_changes tests #219
Comments
Hi @aaarrti What is meant by "however if the predictions actually change is still not deterministic, and occasionally the tests will fail because of it."? Do you mean that it is hard to predict if a model sometimes doesn't return the same predicted class after perturbation? Why will a test fail because of this? Thank you! |
It means, if this test was run, e.g., 100 times, it will fail once or twice |
@annahedstroem here is an example of "unstable test" https://github.com/understandable-machine-intelligence-lab/Quantus/actions/runs/4519087543/jobs/7959357854?pr=240 |
Description
return_nan_when_prediction_changes
parameter rely on high noise amplitudes, however if the predictions actually change is still not deterministic, and occasionally the tests will fail because of it.Steps to reproduce the behavior
return_nan_when_prediction_changes=True
The text was updated successfully, but these errors were encountered: