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

Feature - % failure threshold #15

Open
GeekSheikh opened this issue Mar 31, 2021 · 0 comments
Open

Feature - % failure threshold #15

GeekSheikh opened this issue Mar 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@GeekSheikh
Copy link
Contributor

Given the rule, some anomalous data could be allowed.

Assume a DF with 100 million records, does 1 record out of bounds by 0.0001 % fail the entire test? User should be empowered to decide acceptable failure rates as a function of total records failed AND, for some rule types (i.e. bounds), a percentage miss. Given a bounds rule, if the boundary is Bounds(0.0, 1.0) and the data point result is 1.001, a rounding error can easily cause this but it could fail the rule and in some cases should not.

@GeekSheikh GeekSheikh added the enhancement New feature or request label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant