v0.25.2
CamDavidsonPilon
released this
09 Aug 14:46
·
314 commits
to master
since this release
0.25.2 - 2020-08-08
New features
- Spline
CoxPHFitter
can now usestrata
.
API Changes
- a small parameterization change of the spline
CoxPHFitter
. The linear term in the spline part was moved to a newIntercept
term in thebeta_
. n_baseline_knots
in the splineCoxPHFitter
now refers to all knots, and not just interior knots (this was confusing to me, the author.). So add 2 ton_baseline_knots
to recover the identical model as previously.
Bug fixes
- fix splines
CoxPHFitter
with whenpredict_hazard
was called. - fix some exception imports I missed.
- fix log-likelihood p-value in splines
CoxPHFitter