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

flennerhag / mlens / 442 / 3
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: Update-README
DEFAULT BRANCH: master
Ran 20 Oct 2017 10:29PM UTC
Files 41
Run time 2s
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

20 Oct 2017 10:23PM UTC coverage: 89.737% (+0.3%) from 89.481%
COVERALLS_PARALLEL=true

push

travis-ci

flennerhag
Module (1/2)

First commit introducing the module API. Major changes:
- ParallelProcessing now operates a map and stack methods,
  and can be run outside of the context manager.
- BaseParallel now implements generic setup method
- Base parallel classes now implements a parameter safe API
  with re-inits for param changes
- Module module implements estimators for Layer, Learner and
  Transformer that obey Scikit-learn API.
- Use dot-notation for nested dependencies.
- Indexers no longer explicit params in Learners and Transformers
  to avoid cloning issues. Use the set_indexer method, or pass
  an indexer via the indexer kwarg
- Learner names separated from learner cache_names to avoid implicit
  modifications to name
- __fitted__ is now a generic property checking for param changes
- Indexers now communicate on __fitted__ flag
- formatting upgraded to always assign unique estimator names
- formatting also ensures estimators are cloned

Outstanding issues:
- Ensemble classes raise the "mutate on fit" error due to layers
  explicitly appearing in get_params. Possible solution is to
  build ensembles as monkey patches.

1048 of 1264 branches covered (82.91%)

2938 of 3274 relevant lines covered (89.74%)

0.9 hits per line

Source Files on job 442.3 (COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 19
  • Source Changed 19
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 442
  • Travis Job 442.3
  • 65bd1eb4 on github
  • Prev Job for COVERALLS_PARALLEL=true on 0.2.0 (#441.3)
  • Next Job for COVERALLS_PARALLEL=true on 0.2.0 (#444.1)
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