v0.17.2
CamDavidsonPilon
released this
22 Jan 21:21
·
1044 commits
to master
since this release
v0.17.2
- Another round of serious performance improvements for the Cox models. Up to 2x faster for CoxPHFitter and CoxTimeVaryingFitter. This was mostly the result of using NumPy's
einsum
to simplify a previousfor
loop. The downside is the code is more esoteric now.