-
Notifications
You must be signed in to change notification settings - Fork 54
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
Features/469 kmeans rework #470
Features/469 kmeans rework #470
Conversation
- needs further development for different split settings Adjustment of kmeans to speed-up distance matrix computation
Codecov Report
@@ Coverage Diff @@
## master #470 +/- ##
=========================================
Coverage ? 96.71%
=========================================
Files ? 60
Lines ? 12255
Branches ? 0
=========================================
Hits ? 11853
Misses ? 402
Partials ? 0
Continue to review full report at Codecov.
|
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.
can you please update the changelog?
Description
Implementation of cdist function in heat/spatial/distances.py module for accelerated distance matrix computation
Rework of kmeans to speed up computation
Issue/s resolved: #467 and #469
Changes proposed:
Type of change
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no