About 51 results
Open links in new tab
  1. How do I import 'umap' package in python? - Stack Overflow

    How do I import 'umap' package in python? Asked 5 years, 2 months ago Modified 3 years, 6 months ago Viewed 10k times

  2. scanpy - change color clusters umap python - Stack Overflow

    Sep 19, 2023 · sorry I'm totally new in python but I need to use it for some analysis. I usually use R. However, I need to change colours in my umap plot: import scanpy as sc import anndata from scipy …

  3. python - Speeding up UMAP - Stack Overflow

    Jun 22, 2023 · import umap from sklearn.preprocessing import StandardScaler from sklearn.metrics import pairwise_distances from scipy.spatial.distance import cosine from umap.umap_ import …

  4. python - Attribute Error with: "import umap.umap_ as UMAP" - Stack …

    May 16, 2022 · Using jupyter lab with numba = 0.55.1 and umap learn = 0.5.2. Does it matter that umap has "pypi" as channel and numba doesn't? both in anaconda3. I've already tried several …

  5. python - How to resolve the error, "module umap has no attribute …

    Jul 28, 2019 · AttributeError: module 'umap' has no attribute 'UMAP' I tried installing & reinstalling different libraries of umap and umap learn but didn't work any..

  6. python - Can the results of UMAP for HDBScan clustering be made …

    Nov 17, 2023 · I have a set of ~40K phrases which I'm clustering with HDBScan after using UMAP for dimensionality reduction. The steps are: Generate embeddings using a fine-tuned BERT model …

  7. performance - Python Make UMAP fast (er) - Stack Overflow

    Jul 5, 2021 · Python Make UMAP fast (er) Asked 4 years, 7 months ago Modified 3 years, 6 months ago Viewed 6k times

  8. python - how can i add numeric scales to x and y axis of scanpy umap ...

    Apr 3, 2023 · how can i add numeric scales to x and y axis of scanpy umap? Asked 2 years, 10 months ago Modified 2 years, 10 months ago Viewed 857 times

  9. python 3.x - ImportError: cannot import name 'UMAP' from 'umap' (c ...

    Aug 11, 2021 · In Windows OS, if you have installed miniconda then at location "C:\ProgramData\miniconda3\envs\customer-call\Lib\site-packages\umap", you will find all files …

  10. python - Show legend on UMAP plot - Stack Overflow

    Jun 17, 2022 · Image of UMAP interactive plot with legend color-coded by label name I've been stuck on this too so hopefully this helps. They do suggest in the UMAP docs to default to bokeh. For reference …