0.13.0 removes is_significant and test_result from StatisticalResult. Users can instead choose their significance level by comparing to p_value. The string representation of this class has changed aswell. CoxPHFitter and AalenAdditiveFitter now have a score_ property that is the concordance-index of the dataset to the fitted model. CoxPHFitter and AalenAdditiveFitter no longer have the data property. It was an almost duplicate of the training data, but was causing the model to be very large when serialized. Implements a new fitter CoxTimeVaryingFitter available under the lifelines namespace. This model implements the Cox model for time-varying covariates. Utils for creating time varying datasets available in utils. less noisy check for com...
0.14.1 fixed bug with using weights and strata in CoxPHFitter fixed bug in using non-integer weight...
0.25.4 - 2020-08-26 New features New baseline estimator for Cox models: piecewise Performance impro...
0.25.0 - 2020-07-27 New features Formulas! lifelines now supports R-like formulas in regression mod...
0.13.0 removes is_significant and test_result from StatisticalResult. Users can instead choose thei...
0.17.0 corrected behaviour in CoxPHFitter where score_ was not being refreshed on every new fit. Re...
0.18.0 LogNormalFitter is a new univariate fitter you can use. WeibullFitter now correctly returns ...
adding plot_covariate_groups to CoxPHFitter to visualize what happens to survival as we vary a covar...
0.16.0 Drop Python 3.4 support. introduction of residual calculations in CoxPHFitter.compute_resid...
adding robust params to CoxPHFitter's fit. This enables atleast i) using non-integer weights in the ...
0.23.2 New features new lifelines.plotting.rmst_plot for pretty figures of survival curves and RMST...
0.19.0 New features New regression model WeibullAFTFitter for fitting accelerated failure time mode...
0.24.0 - 2020-02-20 This version and future versions of lifelines no longer support py35. Pandas 1....
0.22.1 New features New univariate model, GeneralizedGammaFitter. This model contains many sub-mode...
0.24.6 - 2020-05-05 New features At the cost of some performance, convergence is improved in many m...
0.24.10 New features New improvements when using splines model in CoxPHFitter - it should offer muc...
0.14.1 fixed bug with using weights and strata in CoxPHFitter fixed bug in using non-integer weight...
0.25.4 - 2020-08-26 New features New baseline estimator for Cox models: piecewise Performance impro...
0.25.0 - 2020-07-27 New features Formulas! lifelines now supports R-like formulas in regression mod...
0.13.0 removes is_significant and test_result from StatisticalResult. Users can instead choose thei...
0.17.0 corrected behaviour in CoxPHFitter where score_ was not being refreshed on every new fit. Re...
0.18.0 LogNormalFitter is a new univariate fitter you can use. WeibullFitter now correctly returns ...
adding plot_covariate_groups to CoxPHFitter to visualize what happens to survival as we vary a covar...
0.16.0 Drop Python 3.4 support. introduction of residual calculations in CoxPHFitter.compute_resid...
adding robust params to CoxPHFitter's fit. This enables atleast i) using non-integer weights in the ...
0.23.2 New features new lifelines.plotting.rmst_plot for pretty figures of survival curves and RMST...
0.19.0 New features New regression model WeibullAFTFitter for fitting accelerated failure time mode...
0.24.0 - 2020-02-20 This version and future versions of lifelines no longer support py35. Pandas 1....
0.22.1 New features New univariate model, GeneralizedGammaFitter. This model contains many sub-mode...
0.24.6 - 2020-05-05 New features At the cost of some performance, convergence is improved in many m...
0.24.10 New features New improvements when using splines model in CoxPHFitter - it should offer muc...
0.14.1 fixed bug with using weights and strata in CoxPHFitter fixed bug in using non-integer weight...
0.25.4 - 2020-08-26 New features New baseline estimator for Cox models: piecewise Performance impro...
0.25.0 - 2020-07-27 New features Formulas! lifelines now supports R-like formulas in regression mod...