gaussian        example of boosting for least squares, aka LSBoost
bernoulli       example of boosting for logistic regression, aka LogitBoost
coxph           example of boosting the Cox propotional hazards model
OOB-reps        experiment testing the predictive performance of the OOB estimator
printExamples   simple examples used to test gbm updates
robustReg       comparison of gaussian and t-distribution
pairwise        comparison of gaussian and pairwise distributions (LambdaMART) for ranking
gaussian_gbmt   example of boosting for least squares, aka LSBoost, using the updated API
bernoulli_gbmt  example of boosting for logistic regression, aka LogitBoost, using the updated API
coxph_gbmt      example of boosting the Cox propotional hazards model using the updated API
OOB-reps_gbmt   experiment testing the predictive performance of the OOB estimator using updated API
printExamples_gbmt   simple examples used to test gbm updates with the updated API
robustReg_gbmt  comparison of gaussian and t-distribution using the updated API
pairwise_gbmt   comparison of gaussian and pairwise distributions (LambdaMART) for ranking using the updated API
