v0.24.7
CamDavidsonPilon
released this
16 May 18:33
·
492 commits
to master
since this release
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, andAIC_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) topenalty.factors
in glmnet in R.- some convergence tweaks which should help recent performance regressions.
Bug fixes
- fixed bug where
cdf_plot
andqq_plot
were not factoring in the weights correctly.