You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: