Skip to content

Instantly share code, notes, and snippets.

View choudhary's full-sized avatar
🚶‍♂️
Fixing my life

Harshit Choudhary choudhary

🚶‍♂️
Fixing my life
  • India
View GitHub Profile
@choudhary
choudhary / umap_sparse.py
Created November 13, 2022 09:03 — forked from johnhw/umap_sparse.py
1 million prime UMAP layout
### JHW 2018
import numpy as np
import umap
# This code from the excellent module at:
# https://stackoverflow.com/questions/4643647/fast-prime-factorization-module
import random