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

DistrictDataLabs / yellowbrick / 1047 / 2
90%
develop: 90%

Build:
DEFAULT BRANCH: develop
Ran 27 Mar 2018 01:31PM UTC
Files 54
Run time 3s
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

27 Mar 2018 01:27PM UTC coverage: 83.16% (+0.03%) from 83.133%
1047.2

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

2084 of 2506 relevant lines covered (83.16%)

0.83 hits per line

Source Files on job 1047.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 1047.2
  • ef01083c on github
  • Prev Job for on develop (#1041.2)
  • Next Job for on develop (#1078.2)
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