8000 Configurable n_components for low dimensional embedding · Issue #9 · wilsonjr/humap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Configurable n_components for low dimensional embedding #9

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

Open
adsharma opened this issue Jun 22, 2024 · 2 comments
Open

Configurable n_components for low dimensional embedding #9

adsharma opened this issue Jun 22, 2024 · 2 comments

Comments

@adsharma
Copy link

Thank you for writing a much faster implementation of this concept.

In umap, it's possible to get an embedding in a single dimension by specifying n_components=1.
Is there a way to do it in humap? If not, could you please consider this enhancement?

@wilsonjr
Copy link
Owner

Hi @adsharma, this is interesting. What type of applications you think of using hierarchical embeddings with n_components=1?

@adsharma
Copy link
Author

@wilsonjr many databases are able to partition based on a single dimsensional column such as ID or date. I suspect your focus is on n_components=2 because of the applications in 2D visualization. For apps such as database partitioning, 1D works better, although there are databases which can index 2D spaces. But implementations are not as mature.

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
0