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

rasbt / mlxtend / 568
91%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2016 12:17AM UTC
Jobs 1
Files 93
Run time 5s
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
568

push

travis-ci

rasbt
change max_score - line 243 (#89)

* change max_score - line 243

Change max_score in line 243 to accommodate smaller negative values. For example, when using 'mean_squared_error', the call to get_scorer results in a make_scorer function with 'greater_is_better = False', such that values less than -1 can occur (the sign is flipped on the result of mse). Changed to float('-inf'), or could be -10**9, etc.

* Added a unit test function to 'test_sequential_feature_selector.py', function 'test_regression_in_range', simply tests the k-range feature in the regression setting, using mean-squared-error. Previously raised an exception when using a loss function in combination with a range for k_features.

* Add additional assertions to differentiate between fixed k and k in range.Proper formatting

2857 of 3175 relevant lines covered (89.98%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
2 568.2 (LATEST="true" TENSORFLOW="false" COVERAGE="true") 12 Aug 2016 12:17AM UTC 0
89.98
Travis Job 568.2
Source Files on build 568
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #568
  • 58532a1f on github
  • Prev Build on master (#565)
  • Next Build on master (#569)
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