-
Notifications
You must be signed in to change notification settings - Fork 2
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 descriptions for the first four noise types #119
Conversation
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.
All looks good to me! Just left a couple suggestions but feel free to take them or leave them (-:
The first value in this list is the probability that the first digit of the ZIP code will be wrong | ||
**given that the cell is being considered for this noise type**. | ||
The second value in the list is this same probability but about the second digit, and so on. | ||
- [0.04, 0.04, 0.20, 0.36, 0.36] |
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.
Ok, now that we've changed these (back?), we'd better make sure the values match the actual default values in the code
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.
I did! They're here:
Keys.ZIPCODE_DIGIT_PROBABILITIES: [0.04, 0.04, 0.20, 0.36, 0.36], |
Co-authored-by: Nathaniel Blair-Stahn <[email protected]>
Add descriptions for the first four noise types
Description
@NathanielBlairStahn interested to get your review here and also compare notes on how you are documenting these.