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

googledatalab / pydatalab / 2354
55%
master: 78%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/solutionbox/ml_workbench/tensorflow/tensorflow-2.3.1
DEFAULT BRANCH: master
Ran 28 Sep 2017 10:58PM UTC
Jobs 1
Files 88
Run time 4s
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
2354

push

travis-ci

qimingj
ML Workbench: If top-n is 0, instead of outputing "predicted, predicted_2,...probability, probability_2,...", output "predicted, class1, class2,...".

For example, if top-n is 0, before the output was:

predicted: daisy
predicted_2: roses
predicted_3: sunflower
probability: 0.9
probability_2: 0.1
probability_3: 0.1

With this change it will be:
predicted: daisy
daisy: 0.9
roses: 0.1
sunflower: 0.1

The reason for the change is that if all classes are included, top-n results are not that useful. But in some cases, it is convenient to have a column of a certain class's probability. For example, plotting ROC curve requires prob of a certain class.

4772 of 6087 relevant lines covered (78.4%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
4 2354.4 (TOX_ENV=coveralls) 28 Sep 2017 10:58PM UTC 0
78.4
Travis Job 2354.4
Source Files on build 2354
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2354
  • f449ea43 on github
  • Prev Build on mlw (#2249)
  • Next Build on mlw (#2494)
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