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

Added Jupiter notebook with Digits tutorial #270

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zapaishchykova
Copy link

@coveralls
Copy link

coveralls commented Aug 5, 2019

Coverage Status

Coverage remained the same at 94.565% when pulling b778eba on zapaishchykova:master into 834184f on lmcinnes:master.

@lmcinnes
Copy link
Owner

lmcinnes commented Aug 5, 2019

Hi, thanks for the PR. It would perhaps be beneficial if the notebooks were in the notebooks directory rather than at the root level. I'm also on vacation right now so I haven't had time to check the notebooks themselves too carefully.

@sleighsoft
Copy link
Collaborator

sleighsoft commented Sep 16, 2019

Tried running it but it throws an error for me at

digits_df = pd.DataFrame(digits.data[:,:10])
digits_df['digit'] = pd.Series(digits.target).map(lambda x: 'Digit {}'.format(x))

sns.pairplot(digits_df, hue='digit', palette='Spectral');

LinAlgError: singular matrix

@zapaishchykova Can you try it on a fresh install of UMAP? And maybe it is better to fix the versions in the notebook. You could add !pip install scikit=... commands into the notebook so the notebook is independent from the current master and can be manually updated when everything is confirmed to work.

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

Successfully merging this pull request may close these issues.

None yet

4 participants