question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem in using umap.plot

See original GitHub issue

Hi,

I’m trying to use umap.plot following the instruction from this umap-plotting but I am unsuccesful. I am getting this error:

import umap.plot

ImportError Traceback (most recent call last) <ipython-input-7-ce12e43d9970> in <module>() ----> 1 import umap.plot

ImportError: No module named ‘umap.plot’

I have installed all dependencies mentioned in the link above but I’m still getting the same error. Any help will be useful, thanks.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rahulbhadanicommented, May 10, 2021

For me this worked:

pip install umap-learn[plot]
0reactions
marceglcommented, Apr 3, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Asked Questions — umap 0.5 documentation
One way UMAP can go wrong is the introduction of data points that are maximally far apart from all other points in your...
Read more >
Understanding UMAP
UMAP, at its core, works very similarly to t-SNE - both use graph layout algorithms to arrange data in low-dimensional space. In the...
Read more >
umap-learn
If you wish to use the plotting functionality you can use ... For a problem such as the 784-dimensional MNIST digits dataset with...
Read more >
Frequently Asked Questions — umap 0.3 documentation
This is intended. A catch, however, is that many plots (for example matplotlib's scatter plot with default parameters) tend to show the clusters...
Read more >
How to Analyze 100-Dimensional Data with UMAP in ...
But, this plot is in no way close to what I have shown you. It is still overplotted to see structural patterns within...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found