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

DistrictDataLabs / yellowbrick / 900 / 1
90%
develop: 90%

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

18 Mar 2018 12:23PM UTC coverage: 81.175% (+0.2%) from 80.989%
900.1

push

travis-ci

web-flow
Fix tSNE bugs injected by numpy 1.13  (#333)

Fixes #323 that was reported on StackOverflow: a change in the way matrix comparisons are handled in Numpy 1.13 caused our visualizer to break. 

To fix this, I changed vector existence comparisons to `is None` to explicitly query them, 
though this will not protect against empty vectors. 

I also added several new test cases and image comparisons, but to do that I needed to add a `random_state` to the visualizer to ensure that all stochastic components behaved as expected. Python `set` objects are randomly hashed, so I changed to using `np.unique`. This caused us to have to remove the class filtering feature of tSNE, but it is more robust. 

Another note: the tests also use PY3 vs PY2 tolerances to improve Travis testing.

1893 of 2332 relevant lines covered (81.17%)

0.81 hits per line

Source Files on job 900.1
  • 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 900.1
  • 9147752c on github
  • Prev Job for on develop (#895.2)
  • Next Job for on develop (#904.1)
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