Skip to content

v0.17.2

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 22 Jan 21:21
· 1044 commits to master since this release
f096356

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 previous for loop. The downside is the code is more esoteric now.