• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DistrictDataLabs / yellowbrick / 1047
90%

Build:
DEFAULT BRANCH: develop
Ran 27 Mar 2018 01:31PM UTC
Jobs 2
Files 54
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1047

push

travis-ci

rebeccabilbro
Updates the distortion_score to handle sparse matrices (#371)

We identified an issue finding the centroid of a sparse matrix
(scipy.sparse.csc_matrix and scipy.sparse.csr_matrix) -- the scipy mean
returns a 2D array instead of an array of 1 dimension less than the
input (like numpy does). I used sort of a naive check,
scipy.sparse.issparse to check the matrix then updated the array
correctly. Added tests for csr, csc, as well as data frames to
test_elbow.py

Fixes #370

5 of 5 new or added lines in 1 file covered. (100.0%)

2084 of 2506 relevant lines covered (83.16%)

1.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1047.1 27 Mar 2018 01:34PM UTC 0
83.16
Travis Job 1047.1
2 1047.2 27 Mar 2018 01:31PM UTC 0
83.16
Travis Job 1047.2
Source Files on build 1047
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1047
  • ef01083c on github
  • Prev Build on develop (#1041)
  • Next Build on develop (#1078)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc