diff --git a/news/index.html b/news/index.html
index fdede941b..6d228c0f1 100644
--- a/news/index.html
+++ b/news/index.html
@@ -76,6 +76,10 @@
Source: NEWS.md
+
breslow
function for estimating the cumulative baseline hazard of proportional hazard modelsNote that in the rare event of lp
predictions being Inf
or -Inf
, we
+substitute them with the maximum or minimum lp
risk score of the training
+(lp_train
) and testing (lp_test
) vectors, respectively. This is to avoid
+NaN
values in the output cumulative hazard.
For similar implementations, see gbm::basehaz.gbm()
, C060::basesurv()
and
xgboost.surv::sgb_bhaz()
.