Closed 100mik closed 3 years ago
Hi @100mik Thank you for using Yellowbrick. This appears to be an issue with your installation of the umap package and not a bug within yellowbrick.
My only suggestions would be to:
Maybe my teammates have some other suggests @DistrictDataLabs/team-oz
@lwgray Thank you so much for the response! I did trying reinstalling all packages involved. I will certainly give installing all dependencies in a virtual environment a shot. Please do let me know if you think something else might help me out. Thanks!
@100mik Any progress on this issue? I am going to close it for now.
Bug Description UMAPVisualiser vas unable to detect package
umap-learm
To Reproduce
Here
matrix
is a text corpus vectorised byHashingVectorizer
labels
is an array of integer labels provided byMiniBatchKMeans
Dataset It is a text corpus of stack traces internal to my organisation that has been pre-processed
Expected behavior I expect to see a scatter plot of my data points
Traceback
Desktop (please complete the following information):
Additional context I am running the project in a Jupyter Notebook. If it is of note, I tried to run
from map import UMAP
in the Python interpreter in a Jupyter Terminal instance and it worked. However running the same in the IPYNB notebook throws:I believe the same
ImportError
is being caught leading to this error.