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

DistrictDataLabs / yellowbrick / 300
90%

Build:
DEFAULT BRANCH: develop
Ran 20 Jul 2018 02:35PM UTC
Jobs 2
Files 72
Run time 58s
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
300

push

travis-ci-com

web-flow
Creates target module and moves ClassBalance to it (#511)

The target module allows independent analysis to be conducted on the
dependent variable in supervised machine learning. For example, analysis
of label encoding, binarization, or thresholding mechanisms, to simpler
analyses like class balance or feature correlation. The base class,
TargetVisualizer, implements a fit method that only accepts a vector y,
similar to the LabelEncoder transformer in scikit-learn.

By moving the ClassBalance visualizer to this package, it no longer
requires a Model (and is not a score visualizer) so the class balance
analysis can be done a priori without requiring a model. This seems more
in line with many workflows that create train/test splits then would
like to know the class balance of those splits before moving on to
evaluation methods.

ClassBalance has also been extended to provide two modes. In "balance"
mode, the default mode, the bar graph is simply drawn for each class. In
"compare" mode, the train and test splits for each class are drawn side
by side.

Fixes #334

2652 of 3153 relevant lines covered (84.11%)

1.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 300.1 20 Jul 2018 02:35PM UTC 0
84.11
Travis Job 300.1
2 300.2 20 Jul 2018 02:35PM UTC 0
84.02
Travis Job 300.2
Source Files on build 300
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #300
  • d742c578 on github
  • Prev Build on develop (#296)
  • Next Build on develop (#303)
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