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

impossible value handling #90

Closed
eltonlaw opened this issue Sep 28, 2019 · 0 comments · Fixed by #91
Closed

impossible value handling #90

eltonlaw opened this issue Sep 28, 2019 · 0 comments · Fixed by #91

Comments

@eltonlaw
Copy link
Owner

eltonlaw commented Sep 28, 2019

To fix things like negative counts and enforce range limits.

Ways of handling:

  • Return list of flagged coordinates
  • Coercion function of form
    • def coerce_value(matrix, row_index, column_index) -> value
    • def coerce_value(row, column_index) -> value (can be defined in terms of the above)
  • Throw exception

Needed as part of #68

@eltonlaw eltonlaw changed the title impossible value filter impossible value handling Sep 28, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
- add to release notes
- update contrib function tests
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
Will help with looking at out the middleware gets applied
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 29, 2019
eltonlaw pushed a commit that referenced this issue Sep 30, 2019
eltonlaw pushed a commit that referenced this issue Oct 5, 2019
eltonlaw pushed a commit that referenced this issue Oct 5, 2019
impyute.ops.find_null->impyute.ops.matrix.nan_indices
impyute.ops.preprocess->impyute.ops.wrapper.wrappers
impyute.ops.checks->impyute.ops.wrapper.checks
impyute.ops.BadInputError -> impyute.ops.errors.BadInputError
impyute.ops.BadOutputError -> impyute.ops.errors.BadOutputError

Variable renaming:

- null_xy -> nan_xy
eltonlaw pushed a commit that referenced this issue Oct 5, 2019
impyute.ops.find_null->impyute.ops.matrix.nan_indices
impyute.ops.preprocess->impyute.ops.wrapper.wrappers
impyute.ops.checks->impyute.ops.wrapper.checks
impyute.ops.BadInputError -> impyute.ops.errors.BadInputError
impyute.ops.BadOutputError -> impyute.ops.errors.BadOutputError

Variable renaming:

- null_xy -> nan_xy
eltonlaw added a commit that referenced this issue Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant