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

Fix for error "LabelEncoder doesn't handle missing values" #3

Closed
wants to merge 1 commit into from

Conversation

DuanBoomer
Copy link

@DuanBoomer DuanBoomer commented Dec 25, 2022

The error because of an invalid comparison between a string and float, so I type casted the array to be all floats. If an error occurred while doing so the try - except will catch it.

…eries of strings dask#954"

The error because of an invalid comparison between a string and float, so I type casted the array to be all floats. If an error occurred while doing so the try - except will catch it.
@phobson
Copy link
Owner

phobson commented Jan 9, 2023

@DuanBoomer -- I think you meant to submit this PR to dask/dask, not my fork of dask, right?

@phobson phobson closed this Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants