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

rhiever / tpot / 548
97%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2016 02:28PM UTC
Jobs 1
Files 45
Run time 1min
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
548

push

travis-ci

rhiever
Bugfix: random_state was set only on init

Previously, TPOT only set the `random_state` (i.e., RNG seed) on init.
This led to unintended behavior when TPOT was used in sklearn methods
such as `cross_val_score`, which uses `set_params` to set parameters
such as the `random_state` instead of creating a new TPOT instance.

As such, I made the change to store `random_state` internally on init
then actually set the seed when `fit` is called. Now if we use
`cross_val_score`, the same random state is provided at the beginning
of each TPOT run.

774 of 862 relevant lines covered (89.79%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
3 548.3 (PYTHON_VERSION="3.5" COVERAGE="true" LATEST="true" "DEAP_VERSION=1.0.1" "XGBOOST_VERSION=0.4a30") 26 Aug 2016 02:28PM UTC 0
89.79
Travis Job 548.3
Source Files on build 548
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #548
  • bd07b72f on github
  • Prev Build on master (#537)
  • Next Build on master (#550)
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