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

CamDavidsonPilon / lifelines
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: v0.22.10
DEFAULT BRANCH: master
Repo Added 08 Mar 2015 02:53PM UTC
Files 123
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

LAST BUILD ON BRANCH v0.17.2
branch: v0.17.2
CHANGE BRANCH
x
Reset
  • v0.17.2
  • 0.10.1
  • 0.11.0
  • 0.11.0-2
  • 0.11.1
  • 0.15.1
  • 0.15.2
  • 0.15.3
  • 0.16.0
  • 0.17.0
  • 0.18.3
  • 0.19.1
  • 0.20.4
  • 0.7.1
  • 0.8.0
  • 0.9.0
  • aalen-additive-zero
  • aalens-additive-model-redo
  • adding-baseline-cumulative-to-ctv
  • adding-better-predict-api
  • adding-check-for-numeric-dtypes
  • adding-loglogs-plot-to-kmf
  • adding-median-fix-for-left-censored-data
  • adding-prediction-method-like-R-and-docs
  • adding-strata-to-fitters
  • ajf-updates
  • baseline-survival-perf
  • better-api-for-plot-lifetimes
  • better-groupby-docs
  • better-predictions
  • catch-constant-cols-better
  • clogit
  • cluster
  • convergence-improvements-to-coxph
  • cox-time-varying-fitter
  • coxph-baseline
  • cp-grouped-fitter
  • cp-perf-3
  • cv-bug-fix
  • datetime-to-duration-improvements
  • doc-updates
  • dump-ix
  • experiment-with-left-censorship
  • fail-investigate
  • faster-travis
  • fix-ci-ii
  • fix-for-612
  • fix-kmf-plot
  • fix-left-censorship
  • fix-log-likelihood-ratio-test
  • fix-scaling-in-cox-ph-prediction
  • fix-xrange
  • gamma
  • gradients-refacot
  • improve-support-for-survival-tables
  • include-ll-in-all-cp-fittings
  • ix-loc
  • joss
  • lots-o-chanegs
  • lots-of-docs-edits
  • major-refactor-of-parametric-univariate-models
  • make-naf-faster
  • master
  • more-docs
  • more-tests-and-fix-missing-import-in-14.2
  • one-source-of-depd-truth
  • patch-for-multivariate
  • pickel
  • piecewise-regression
  • playing-around-with-einsum
  • plot-to-coxph
  • potential-batch-improvements
  • predict-changes
  • recur-data
  • refactor-fits
  • refactor-lifelines
  • remove-flat-arg
  • reorganize
  • revert-736-sklearn-adapter
  • rst-readme
  • simplify-travis
  • sklearn-adapter
  • small-refactor-of-regression-internals
  • some-questionable-perf-improvements
  • spline-tests
  • strata
  • strata-singleton
  • summaries
  • test-for-last-censorship
  • test-improvements
  • try-adding-doc-changes
  • unique_baseline_hazard_for_each_strata
  • univariate-bug-fixes
  • update-datasets
  • update-travis-with-matplotlib
  • use-new-pandas-versions
  • use-smarter-predict
  • v0.13
  • v0.13.0
  • v0.14
  • v0.14.0
  • v0.14.1
  • v0.14.2
  • v0.14.3
  • v0.14.4
  • v0.14.5
  • v0.14.6
  • v0.15
  • v0.15.0
  • v0.15.1
  • v0.15.2
  • v0.15.2-take2
  • v0.15.4
  • v0.16.0
  • v0.16.1
  • v0.16.2
  • v0.16.3
  • v0.17.0
  • v0.17.1
  • v0.17.3
  • v0.17.4
  • v0.17.5
  • v0.18.0
  • v0.18.1
  • v0.18.2
  • v0.18.3
  • v0.18.4
  • v0.18.5
  • v0.18.6
  • v0.19.0
  • v0.19.1
  • v0.19.2
  • v0.19.3
  • v0.19.4
  • v0.19.5
  • v0.20.0
  • v0.20.1
  • v0.20.2
  • v0.20.3
  • v0.20.4
  • v0.20.5
  • v0.21.0
  • v0.21.1
  • v0.21.2
  • v0.21.3
  • v0.21.5
  • v0.22.0
  • v0.22.1
  • v0.22.10
  • v0.22.2
  • v0.22.3
  • v0.22.4
  • v0.22.5
  • v0.22.6
  • v0.22.7
  • v0.22.8
  • v0.22.9
  • v0.8.0
  • wip

pending completion
1595

push

travis-ci

web-flow
v0.17.2 (#610)

* Playing around with einsum (#609)

* the tails for these algorithms now look similar

* atleast 50% performance increase by removing the range() (git add -u) and replacing it with einsum

* some good performance improvements to coxtv too

* linting and adding comments

* lints and comments

* bump version'

* lint

57 of 57 new or added lines in 3 files covered. (100.0%)

2348 of 2744 relevant lines covered (85.57%)

3.42 hits per line

Relevant lines Covered
Build:
Build:
2744 RELEVANT LINES 2348 COVERED LINES
3.42 HITS PER LINE
Source Files on v0.17.2
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1595 v0.17.2 v0.17.2 (#610) * Playing around with einsum (#609) * the tails for these algorithms now look similar * atleast 50% performance increase by removing the range() (git add -u) and replacing it with einsum * some good performance improvement... push 22 Jan 2019 09:24PM UTC web-flow travis-ci pending completion  
1593 v0.17.2 lint Pull #610 22 Jan 2019 08:18PM UTC web-flow travis-ci pending completion  
1592 v0.17.2 lint push 22 Jan 2019 08:18PM UTC CamDavidsonPilon travis-ci pending completion  
1591 v0.17.2 bump version' Pull #610 22 Jan 2019 06:41PM UTC web-flow travis-ci pending completion  
1590 v0.17.2 bump version' push 22 Jan 2019 06:36PM UTC CamDavidsonPilon travis-ci pending completion  
1589 v0.17.2 Playing around with einsum (#609) * the tails for these algorithms now look similar * atleast 50% performance increase by removing the range() (git add -u) and replacing it with einsum * some good performance improvements to coxtv too * ... push 22 Jan 2019 06:31PM UTC web-flow travis-ci pending completion  
1588 v0.17.2 bump version too push 22 Jan 2019 06:26PM UTC CamDavidsonPilon travis-ci pending completion  
See All Builds (1179)
  • Repo on GitHub
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