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

flennerhag / mlens
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: Update-README
DEFAULT BRANCH: master
Repo Added 12 Jan 2017 12:27AM UTC
Files 42
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

LAST BUILD ON BRANCH est-check
branch: est-check
CHANGE BRANCH
x
Reset
  • est-check
  • 0.0.1
  • 0.1.0
  • 0.1.2
  • 0.1.3
  • 0.1.4
  • 0.1.5
  • 0.1.5.1
  • 0.1.5.2
  • 0.1.6
  • 0.1.X
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.2.X
  • backend
  • bench
  • copyright
  • dev
  • ens_trans
  • feat_prop
  • fix_path
  • flatten
  • learner
  • master
  • pickle
  • readme
  • shuffle
  • shuffle_patch
  • subset
  • ver
  • verbose

pending completion
546

push

travis-ci

flennerhag
Prevent GBM failure

Scikit-learn's GradientBoostingClassifier fails in
if gbm:
    # do something
We instead test
if gbm is not None:
    # do something

1206 of 1426 branches covered (84.57%)

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

3159 of 3441 relevant lines covered (91.8%)

2.73 hits per line

Relevant lines Covered
Build:
Build:
3441 RELEVANT LINES 3159 COVERED LINES
2.73 HITS PER LINE
Source Files on est-check
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
546 est-check Prevent GBM failure Scikit-learn's GradientBoostingClassifier fails in if gbm: # do something We instead test if gbm is not None: # do something push 14 Feb 2018 11:52AM UTC flennerhag travis-ci pending completion  
See All Builds (464)
  • Repo on GitHub
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

© 2025 Coveralls, Inc