martinfleis / clustergram

Clustergram - Visualization and diagnostics for cluster analysis in Python
https://clustergram.readthedocs.io
MIT License
123 stars 7 forks source link

ENH: skip k=1 in K-Means implementations #18

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

Closes #17

To-do:

codecov-commenter commented 3 years ago

Codecov Report

Merging #18 (2881920) into main (5cb041b) will decrease coverage by 0.71%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   62.85%   62.13%   -0.72%     
==========================================
  Files           3        3              
  Lines         603      618      +15     
==========================================
+ Hits          379      384       +5     
- Misses        224      234      +10     
Impacted Files Coverage Δ
clustergram/clustergram.py 78.67% <33.33%> (-2.14%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5cb041b...2881920. Read the comment docs.