Minor bugfix
·
28 commits
to main
since this release
A bug affecting the combination of loss_function = "weibull" and validation_tuning_metric = "default" has been resolved. Previously, in this combination, the case where the response contained zeros was not correctly handled, causing the fitting procedure to terminate. A workaround, which involved adding a small constant to the response, was required. This workaround is no longer necessary, as the issue has now been fixed.