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

Improve UMAP handling of sparsity #2

Open
colinmegill opened this issue Nov 12, 2019 · 6 comments
Open

Improve UMAP handling of sparsity #2

colinmegill opened this issue Nov 12, 2019 · 6 comments

Comments

@colinmegill
Copy link
Member

lmcinnes/umap#115

@patcon
Copy link

patcon commented Apr 23, 2020

Any reflections on the "sparcity regime" (term from linked thread) that you'd like to share or document for others thinking on this? Maybe worth itemizing the ways or reasons in which you understand data can be missing, for future thinkers on this

Suggested label: math

@patcon
Copy link

patcon commented May 10, 2020

@colinmegill should this issue be in polisServer repo too?

@patcon
Copy link

patcon commented Dec 29, 2020

I think this is the only issue discussing umap, so storing this here for future folks:

YouTube: Paper Review Call 019 - UMAP (Aug 2019)

@ThenWho
Copy link
Contributor

ThenWho commented Jan 3, 2021

Very good review, thanks @patcon !
To anyone finding this: read the paper first if you can and then watch the review, to get more out of it.

Highlights:

Link to one more UMAP issue: compdemocracy/polis#591

@ThenWho
Copy link
Contributor

ThenWho commented Jan 3, 2021

Any reflections on the "sparcity regime" (term from linked thread) that you'd like to share or document for others thinking on this? Maybe worth itemizing the ways or reasons in which you understand data can be missing, for future thinkers on this

In a nutshell, for posterity:
The participant-votes data is sparse because not all participants vote on all statements (i.e. lose interest or simply way too many -as in, 100s - statements ). Positive/negative/pass votes are +1/-1/0 respectively, but then these 'missing votes' cannot be 0. They are left blank, hence the sparsity.
(Disclaimer: in practice, they can be considered 0, equaling them to pass votes, but that's another discussion..)

@colinmegill
Copy link
Member Author

colinmegill commented Jan 3, 2021 via email

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

3 participants