Skip to content

Instantly share code, notes, and snippets.

View mcnemesis's full-sized avatar
💭
i!:TEA|x:{know some}|x!:{ u:code poetry?}|g!:_*\0/*_

Fut. Prof. J. Willrich Lutalo C.M.R.W. mcnemesis

💭
i!:TEA|x:{know some}|x!:{ u:code poetry?}|g!:_*\0/*_
View GitHub Profile
@mcnemesis
mcnemesis / umap_sparse.py
Created August 22, 2018 16:50 — 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