Research Article

A Gradient Boosting Algorithm for Survival Analysis via Direct Optimization of Concordance Index

Algorithm 1

(Stochastic) gradient boosting machine for concordance index learning (GBMCI).
Initialize with the prediction of Cox's PH model
Set shrinkage , and subsampling size
For     do
 Compute by (9)
 Randomly select a subset from the whole dataset
 Fit the weak learner , for example, a regression tree, upon
 Compute by (10) using line-search
 Update by
end for