You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new argument named cv_nfolds to cox_cure_net() and cox_cure_net.fit() for model selection by cross-validation.
Added new arguments named surv_offset and cure_offset for optional offset terms in survival model component and incidence model component, respectively, to cox_cure(), cox_cure.fit(), cox_cure_net(), and cox_cure_net.fit(). One or more offset terms can be also specified via corresponding formula.
Bug fixes
Fixed issue caused by zeros in specified surv_l1_penalty_factor and cure_l1_penalty_factor for cox_cure_net() and cox_cure_net.fit(). Thank Sy Han Chiou for reporting this issue.