Published January 1, 2019
| Version v0.16.0
Software
Open
CamDavidsonPilon/lifelines: v0.16.0
Creators
- Cameron Davidson-Pilon
- Jonas Kalderstam1
- Ben Kuhn2
- Paul Zivich
- Andrew Fiore-Gartland3
- Luis Moneda4
- Daniel WIlson5
- Alex Parij6
- Kyle Stark
- Gabriel
- Steven Anton7
- Lilian Besson8
- Jona9
- Harsh Gadgil10
- Dave Golland
- Sean Hussey11
- Javad Noorbakhsh12
- Andreas Klintberg
- Lukasz13
- Jonathan Séguin14
- Jeff Rose15
- Isaac Slavitt
- Eric Martin
- Eduardo Ochoa
- Dylan Albrecht
- dhuynh16
- Denis Zgonjanin17
- Daniel Chen18
- Chris Fournier17
- André F. Rendeiro19
- 1. @neo4j
- 2. Wave
- 3. Fred Hutchinson Cancer Research Center
- 4. @nubank
- 5. @Esri
- 6. Autodesk
- 7. ID Analytics
- 8. ENS de Cachan - Paris Saclay University
- 9. Berlin Institute for Medical Systems Biology
- 10. Bell
- 11. Ampion, Inc.
- 12. @TheJacksonLaboratory
- 13. Axelspace
- 14. IRIC | Plateforme de bioinformatique
- 15. Origin Rose
- 16. @Microsoft
- 17. Shopify
- 18. @VirginiaTech - @bi-sdal - GBCB
- 19. CeMM Research Center for Molecular Medicine of the Austrian Academy of Sciences
Description
0.16.0
- Drop Python 3.4 support.
- introduction of residual calculations in
CoxPHFitter.compute_residuals
. Residuals include "schoenfeld", "score", "delta_beta", "deviance", "martingale", and "scaled_schoenfeld". - removes
estimation
namespace for fitters. Should be usingfrom lifelines import xFitter
now. Thanks @usmanatron - removes
predict_log_hazard_relative_to_mean
from Cox model. Thanks @usmanatron StatisticalResult
has be generalized to allow for multiple results (ex: from pairwise comparisons). This means a slightly changed API that is mostly backwards compatible. See doc string for how to use it.statistics.pairwise_logrank_test
now returns aStatisticalResult
object instead of a nasty NxN DataFrame 💗- Display log(p-values) as well as p-values in
print_summary
. Also, p-values below thesholds will be truncated. The orignal p-values are still recoverable using.summary
. - Floats
print_summary
is now displayed to 2 decimal points. This can be changed using thedecimal
kwarg. - removed
standardized
fromCox
model plotting. It was confusing. - visual improvements to Cox models
.plot
print_summary
methods accepts kwargs to also be displayed.CoxPHFitter
has a new human-readable method,check_assumptions
, to check the assumptions of your Cox proportional hazard model.- A new helper util to "expand" static datasets into long-form:
lifelines.utils.to_episodic_format
. CoxTimeVaryingFitter
now acceptsstrata
.
Files
CamDavidsonPilon/lifelines-v0.16.0.zip
Files
(3.5 MB)
Name | Size | Download all |
---|---|---|
md5:d49bc26dbd4a552b22deaead1e7b3c80
|
3.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/CamDavidsonPilon/lifelines/tree/v0.16.0 (URL)