Skip to content

v0.24.7

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 16 May 18:33
· 492 commits to master since this release
548853b

0.24.7

New features
  • find_best_parametric_model can handle left and interval censoring. Also allows for more fitting options.
  • AIC_ is a property on parametric models, and AIC_partial_ is a property on Cox models.
  • penalizer in all regression models can now be an array instead of a float. This enables new functionality and better
    control over penalization. This is similar (but not identical) to penalty.factors in glmnet in R.
  • some convergence tweaks which should help recent performance regressions.
Bug fixes
  • fixed bug where cdf_plot and qq_plot were not factoring in the weights correctly.