File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ CoxPHFitter
5050 see :meth: `~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_log_partial_hazard `
5151
5252
53- .. method :: predict_hazard()
54-
55- see :meth: `~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_hazard `
56-
57-
5853 .. method :: predict_cumulative_hazard()
5954
6055 see :meth: `~lifelines.fitters.coxph_fitter.SemiParametricPHFitter.predict_cumulative_hazard `
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22from __future__ import unicode_literals
33
4- __version__ = "0.27.7 "
4+ __version__ = "0.27.8 "
Original file line number Diff line number Diff line change 1- numpy>=1.14.0
1+ numpy>=1.14.0,<2.0
22scipy>=1.2.0
33pandas>=1.0.0
44matplotlib>=3.0
You can’t perform that action at this time.
0 commit comments