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

Dealing with missing data #12

Open
LarsOL opened this issue Dec 16, 2016 · 2 comments
Open

Dealing with missing data #12

LarsOL opened this issue Dec 16, 2016 · 2 comments

Comments

@LarsOL
Copy link

LarsOL commented Dec 16, 2016

I am contemplating using LSH in my application, but I am unsure how to deal with absent/missing data in a vector. The nearest neighbor imputation implies that this type of algorithm deals with this scenario, but how would I go about implementing it?

@tdebatty
Copy link
Owner

tdebatty commented Dec 21, 2016 via email

@LarsOL
Copy link
Author

LarsOL commented Dec 21, 2016

The main issue I see with providing a default value is that; wouldn't the values be artificially clustered around those "default" values that seem valid for the algorithm ? Random data may work, but then it is not deterministic.

Ideally what would happen is you can ignore a dimension if there is not a value in it.

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

No branches or pull requests

2 participants