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

[FIX] k-Means: Impute missing values #4068

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Oct 1, 2019

Issue

Fixes #4053

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Oct 2, 2019

Codecov Report

Merging #4068 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4068      +/-   ##
==========================================
+ Coverage   85.45%   85.45%   +<.01%     
==========================================
  Files         385      385              
  Lines       69045    69047       +2     
==========================================
+ Hits        59003    59005       +2     
  Misses      10042    10042

@janezd janezd merged commit babb2ea into biolab:master Oct 3, 2019
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.

k-Means: Silhouette scoring fails on missing values
2 participants