-
Notifications
You must be signed in to change notification settings - Fork 98
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
Distances with missing values #11
Comments
No, there is not. Pull requests would be reviewed I'm sure, although I imagine that Distances.jl shouldn't depend upon DataArrays. |
I think supporting missing value is not in the scope of this package (at least at this point). |
We should come back and do this now that Missing data handling is in Base. |
There should be no need for special handling of Missing here. Agreed with #11 (comment) |
FWIW, I found a specific use case where supporting invenia/Impute.jl#141 (comment) Impute.jl isn't getting a lot of active development anymore, so I understand if it isn't worth the change, but updating Distances.jl and NearestNeighbors.jl seems like the best approach. |
I saw this issue on DataFrames (JuliaData/DataFrames.jl#183), and noted that it was from a few years ago. Is there support for missing values in Distances.jl yet?
The text was updated successfully, but these errors were encountered: