umap-js icon indicating copy to clipboard operation
umap-js copied to clipboard

JavaScript implementation of UMAP

Results 34 umap-js issues
Sort by recently updated
recently updated
newest added

Since fitting large data sets can take quite a long time, it would be useful to be able to save the state to disk or elsewhere in memory so computation...

I have a distance matrix precalculated for each pair of labels, and I would like to pass that distance instead of `eucliden` or some other method. It will e helpful...

I would like to implement output_metric='haversine' for spherical embeddings (if it's not too complicated), as in https://github.com/lmcinnes/umap. Where should I do it?

Hi, I'm doing an interactive scatter plot where you can zoom in or show subsets of the points. I perform an initial optimization with all the data, and then I'd...

Here's a very minimal proof-of-concept for an additional build that exposes an async API on the model of the normal UMAP API but putting all the compute in a Web...