Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Work!! #41

Closed
aki916 opened this issue Feb 13, 2018 · 3 comments
Closed

Doesn't Work!! #41

aki916 opened this issue Feb 13, 2018 · 3 comments

Comments

@aki916
Copy link

aki916 commented Feb 13, 2018

Thank you for providing umap module!
I installed it by pip3, and tried following example.

import umap
from sklearn.datasets import load_digits

digits = load_digits()

embedding = umap.UMAP().fit_transform(digits.data)

However, it doesn't work and error says that

 module 'scipy.sparse' has no attribute 'csgraph'

I reinstalled spicy but error remains to be left.
Could you deal with it?

@aki916
Copy link
Author

aki916 commented Feb 13, 2018

I could deal with #39 , thanks.

@lmcinnes
Copy link
Owner

I wish I knew what exactly what causing this issue. It seems unique to certain setups. Sorry it didn't work, hopefully #39 provided some interim solutions. I'll try to get to the bottom of the problem, but I can't reproduce the issue myself, so it's hard to track down.

@sleighsoft
Copy link
Collaborator

Closing in favour of #39.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants