Hi I was able to successfully build umap-learn from the master branch. However, I am getting this error when importing umap.plot. AttributeError Traceback (most recent call last) in 17 18 import umap ---> 19 import umap.plot 20 21 # silence NumbaPerformanceWarning ~\Anaconda3\lib\site...
Hi there I am trying to run umap and i get the error: module 'umap' has no attribute 'version' I have tried uninstalling and reinstalling umap-learn however this hasn't worked - would anyone be able to advise me how to fix this issue? I ...
) <ipython-input-3-c70b1b7366b8> in <module> 3 4 sns.set(style='white', context='notebook', rc={'figure.figsize':(14,10)}) ---> 5 reducer = umap.UMAP() 6 embedding = reducer.fit_transform(data_pca) 7 embedding.shape AttributeError: module 'umap' has no attribute 'UMAP' ...