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

CamDavidsonPilon / lifelines
85%
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.16.0
branch: v0.16.0
CHANGE BRANCH
x
Reset
  • v0.16.0
  • 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.1
  • v0.16.2
  • v0.16.3
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • 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
1478

push

travis-ci

web-flow
0.16.0 (#577)

* Remove predict_log_hazard_relative_to_mean (#574)

* Remove lifelines.estimation (#576)

* Remove lifelines.estimation module and fix fallout

* Use namespace provided by __init__ to further tidy imports

* some refactor of residuals

* wip

* some more refactoring of residuals and how strata are handeled - I kinda like this

* linting

* rebase with master and 0.15.4

* schoenfeld residuals done

* improvements to plotting (using errorbars), and more residuals stuff

* martingale residuals work

* more residuals, playing with the api

* Decrease the McCabe complexity of plot_estimate by introducing a config class to pre-process inputs (#581)

* linting

* scaled shoenfelds are in

* wip

* 0.16.0 Formatting and address linting errors (#583)

* formatting

* address linting errors

* add TODO comments

* broke StatisticalResult class, need to update tests, but proportional test is now present

* lints

* really nice additions to StatisticalResult. I finally got rid of that _gross_ pairwise_logrank_test dataframe, and fit it nicely into StatisticalResult.

* Enforce 2DP when printing summary (#585)

* Enforce 2DP when printing summary

* Update statistics.py

* Markups to PR 581 (#584)

* lint

* drop py3.4 support

* fixing broken tests; god bless unit testing

* lint and add test for log time ph test

* new format for p-values, and replace ctv plot with the new one

* docs and lints

* Decrease McCabe complexity of concordance methods (#587)

Break up concordance and BTree from utils.py into separate files

* lint and fix statistics p-values

* refactor print_summary to allow user to specify number of decimal points, default =2

* fix print_summary

* working on check_assumptions function

* more test for pr.hz. test

* more check_assumptions, and fix all tests

* adding examples folder

* add pytest-icdiff (#589)

* add pytest-icdiff

* python ... (continued)

677 of 677 new or added lines in 13 files covered. (100.0%)

2311 of 2706 relevant lines covered (85.4%)

2.56 hits per line

Relevant lines Covered
Build:
Build:
2706 RELEVANT LINES 2311 COVERED LINES
2.56 HITS PER LINE
Source Files on v0.16.0
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1478 v0.16.0 0.16.0 (#577) * Remove predict_log_hazard_relative_to_mean (#574) * Remove lifelines.estimation (#576) * Remove lifelines.estimation module and fix fallout * Use namespace provided by __init__ to further tidy imports * some refactor o... push 01 Jan 2019 06:42PM UTC web-flow 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