Lifelines 0.4.2
·
1915 commits
to master
since this release
0.4.2
- Massive speed improvements to CoxPHFitter.
- Additional prediction method:
predict_percentileis available on CoxPHFitter and AalenAdditiveFitter. Given a percentile, p, this function returns the value t such that S(t | x) = p. It is a generalization ofpredict_median. - Additional kwargs in
k_fold_cross_validationthat will accept different prediction methods (default ispredict_median). - Bug fix in CoxPHFitter
predict_expectationfunction. - Correct spelling mistake in newton-rhapson algorithm.
datasetsnow contains functions for generating the respective datasets, ex:generate_waltons_dataset.- Bumping up the number of samples in statistical tests to prevent them from failing so often (this a stop-gap)
- pep8 everything