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

scikit-learn / scikit-learn / 19778
17%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2016 06:54AM UTC
Jobs 1
Files 363
Run time 19s
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
19778

push

travis-ci

web-flow
[MRG + 1] [MAINT] Remove non-trivial logic during kernel initialization (#6963)

* Make sure set_params does not break clone on kernels

For example, in kernels such as RBF, using set_params with a
length_scale of different length, used to break clone because of
the non-trivial modification of length_scale in the constructor.

This PR resolves this by moving this logic to __call__ and
making hyperparameter attributes properties.

* Fix tests by using get_params and implement __eq__ for Hyperparameter

* Explain XXX

* Check that hyperparameters are equal after non-trivial set_params

* Refactor into _check_length-scale

54758 of 57927 relevant lines covered (94.53%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19778.1 (DISTRIB="ubuntu" PYTHON_VERSION="2.7" CYTHON_VERSION="0.23.4" CACHED_BUILD_DIR="$HOME/sklearn_build_ubuntu" COVERAGE=true) 17 Aug 2016 06:54AM UTC 0
94.53
Travis Job 19778.1
Source Files on build 19778
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19778
  • c31ad7ad on github
  • Prev Build on master (#19775)
  • Next Build on master (#19782)
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