Problem in using umap.plot
See original GitHub issueHi,
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:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me this worked:
Hice una pequeña guía, https://mbojao.wordpress.com/2020/04/03/instalar-umap-en-environment-conda-y-windows-10/.
PD: esta en español.