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

st-bender / sciapy / 65 / 5
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2019 10:16AM UTC
Files 26
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

05 Feb 2019 04:51PM UTC coverage: 13.812% (-0.1%) from 13.912%
65.5

push

travis-ci

st-bender
regress: MSLL and more statistics

Adds more statistics to the model evaluation at the end. We use the
trained model to predict the test data, which means we don't `compute()`
again and cannot use the regular `likelihood()` function but have to
make up our own predictive probability density.
From that we calculate the "mean standardized log loss" as described in
R&W, 2006, section 2.5 (2.34).

Also adds "generalized R^2" scores by comparing the model prediction
with a prediction using the training data's mean and variance. Includes
several options for the test variance for now, using the provided test
errors (squared), using the variance from `predict()`, and using the
predictive variance plus the provided errors (noisy targets).

To avoid calculating the statistics twice, we only report the statistics
on the test data set, if the train or test fraction is actually smaller
than one.

400 of 2896 relevant lines covered (13.81%)

0.14 hits per line

Source Files on job 65.5
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 47
  • Travis Job 65.5
  • 26fc83fa on github
  • Prev Job for on master (#64.1)
  • Next Job for on master (#66.4)
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