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

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

Build:
DEFAULT BRANCH: develop
Ran 17 Jul 2018 09:54PM UTC
Files 67
Run time 6s
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

17 Jul 2018 09:49PM UTC coverage: 80.464% (+0.07%) from 80.393%
276.2

push

travis-ci-com

web-flow
Fixes Manifold fit_transform bug (#505)

Some manifolds do not provide a transform() method since the data
transformation process cannot be decoupled from the fit() process. In
this case, the user is required to call fit_transform() to get the
transformed data. Unfortunately, the Manifold visualizer implemented the
TransformerMixn and fit() and transform() methods, so when calling the
default fit_transform() method an exception was raised.

Because the fit() method already called fit_transform() - the fix was
simple. Manifold now overrides fit_transform() to do the work that fit()
used to do, and fit() simply calls fit_transform(). In addition, I've
captured AttributeError exceptions in transform() and reraised them with
a message that indicates the user should use fit_transform() instead.

Tests have been added to ensure fit() calls fit_transform(), that
fit_transform() works as expected, and that transform() raises the
correct exception.

Fixes #504

2463 of 3061 relevant lines covered (80.46%)

0.8 hits per line

Source Files on job 276.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 932
  • Travis Job 276.2
  • 3f6ca6d7 on github
  • Prev Job for on develop (#256.2)
  • Next Job for on develop (#289.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