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

scikit-learn / scikit-learn / 18984
17%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2016 02:13PM UTC
Jobs 1
Files 363
Run time 35s
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
18984

push

travis-ci

agramfort
[MRG+1] Added support for sample_weight in linearSVR, including tests and documentation. Fixes #6862 (#6907)

* Make KernelCenterer a _pairwise operation

Replicate solution to https://github.com/scikit-learn/scikit-learn/commit/9a520779c except that `_pairwise` should always be `True` for `KernelCenterer` because it's supposed to receive a Gram matrix. This should make `KernelCenterer` usable in `Pipeline`s.

Happy to add tests, just tell me what should be covered.

* Adding test for PR #6900

* Simplifying imports and test

* updating changelog links on homepage (#6901)

* first commit

* changed binary average back to macro

* changed binomialNB to multinomialNB

* emphasis on "higher return values are better..." (#6909)

* fix typo in comment of hierarchical clustering (#6912)

* [MRG] Allows KMeans/MiniBatchKMeans to use float32 internally by using cython fused types (#6846)

* Fix sklearn.base.clone for all scipy.sparse formats (#6910)

* DOC If git is not installed, need to catch OSError

Fixes #6860

* DOC add what's new for clone fix

* fix a typo in ridge.py (#6917)

* pep8

* TST: Speed up: cv=2

This is a smoke test. Hence there is no point having cv=4

* Added support for sample_weight in linearSVR, including tests and documentation

* Changed assert to assert_allclose and assert_almost_equal, reduced the test tolerance

* Fixed pep8 violations and sampleweight format

* rebased with upstream

54444 of 57622 relevant lines covered (94.48%)

0.94 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
/home/travis/sklearn_build_ubuntu/scikit-learn/sklearn/svm/tests/test_svm.py
Jobs
ID Job ID Ran Files Coverage
1 18984.1 (DISTRIB="ubuntu" PYTHON_VERSION="2.7" CYTHON_VERSION="0.23.4" CACHED_BUILD_DIR="$HOME/sklearn_build_ubuntu" COVERAGE=true) 23 Jun 2016 02:13PM UTC 0
94.48
Travis Job 18984.1
Source Files on build 18984
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18984
  • 3cc7fead on github
  • Prev Build on master (#18983)
  • Next Build on master (#18988)
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