v0.27.1
CamDavidsonPilon
released this
26 Jun 02:12
·
114 commits
to master
since this release
0.27.1 - 2022-03-15
New features
- all
fit_
methods now accept afit_options
dict that allows one to pass kwargs to the underlying fitting algorithm.
API Changes
step_size
is removed from Cox modelsfit
. Seefit_options
above.
Bug fixes
- fixed Cox models when "trival" matrix was passed in (one with no covariates)