-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add Corrector transformation #1006
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1006 +/- ##
===========================================
+ Coverage 78.53% 78.63% +0.09%
===========================================
Files 233 233
Lines 26770 26855 +85
Branches 5325 5357 +32
===========================================
+ Hits 21025 21118 +93
+ Misses 4496 4493 -3
+ Partials 1249 1244 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
class Correct(Transform, CliPlugin): | ||
""" | ||
Correct the dataset from a validation report. | ||
A user can should feed into validation_reports.json from validator to correct the dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A user can should feed into validation_reports.json from validator to correct the dataset. | |
A user should feed `validation_reports.json` from validator to correct the dataset. |
Summary
<style> </style>How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.