bio_embeddings.project
Visualize high dimensional data with t-SNE or UMAP projections
-
bio_embeddings.project.tsne_reduce(embeddings, **kwargs)[source]
Wrapper around sklearn.manifold.TSNE() with defaults for bio_embeddings
-
bio_embeddings.project.umap_reduce(embeddings, **kwargs)[source]
Wrapper around umap.UMAP() with defaults for bio_embeddings