File: 00Index

package info (click to toggle)
r-cran-gbm 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,244 kB
  • sloc: cpp: 7,368; ansic: 266; sh: 13; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
1
2
3
4
5
6
7
8
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
multinomial     example of multiclass prediction
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