-
Notifications
You must be signed in to change notification settings - Fork 28
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
Kmeans notebook cleanup #946
Conversation
# Conflicts: # templates/example_neighborhood_analysis_script.ipynb
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I think it looks great! Just some minor suggestions for wording, but open to other suggestions. I think being able to read in an existing neighborhood matrix is a good idea. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good! Just a small question, and I'm looking into why our tests are failing currently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, almost ready
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #876.
How did you implement your changes
Added more clear descriptions of what is actually being shown by the generated heat maps. Also fixed a few pandas warning messages that were clogging up the notebook outputs.
The visualizations were all updated as well to reflect the example dataset with a cropped fov1.
Remaining issues
If anyone has specific additions they want added into the kmeans notebook, let me know!