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

Error out if nans in OneHotEncoding #800

Closed
amontanez24 opened this issue May 18, 2022 · 0 comments · Fixed by #811
Closed

Error out if nans in OneHotEncoding #800

amontanez24 opened this issue May 18, 2022 · 0 comments · Fixed by #811
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@amontanez24
Copy link
Contributor

amontanez24 commented May 18, 2022

Problem Description

As a user, it would be useful to know if my data doesn't meet the OneHotEncoding constraint because of missing values.

Currently, missing values are treated as 0s if they are seen in the OneHotEncoding constraint`

Expected behavior

  • Mark row as invalid if any row in the columns specified in the OneHotEncoding constraint are NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant