humap icon indicating copy to clipboard operation
humap copied to clipboard

Hierarchical Uniform Manifold Approximation and Projection

Results 4 humap issues
Sort by recently updated
recently updated
newest added

Semi-related to #4 , but my case is that I want to use HUMAP on a supervised data where I have a training data with labels, and I want to...

enhancement

Thanks for writing this awesome library, only recently discovered it. Do you have plans to support semi-supervised umap? From my first try outs of your library, this is the fastest...

enhancement

umap allows me to fit the model on a small sample of data and then persist the model to disk. Subsequently, I can load the model from disk and compute...

enhancement

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...