Joshua Schwannecke
Results
1
issues of
Joshua Schwannecke
Is it possible to do an inverse transform on a 1D embedding? This is what I see: ```python from umap import UMAP import numpy as np x = np.random.random(size =...