Skip to content

v0.19.3

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 25 Feb 20:36
· 1000 commits to master since this release
36d3191

0.19.3

New features
  • new AFT models: LogNormalAFTFitter and LogLogisticAFTFitter.
  • AFT models now accept a weights_col argument to fit.
  • Robust errors (sandwich errors) are now avilable in AFT models using the robust=True kwarg in fit.
  • Performance increase to print_summary in the CoxPHFitter and CoxTimeVaryingFitter model.