XGBoost R Feature Walkthrough
- Basic walkthrough of wrappers
- Cutomize loss function, and evaluation metric
- Boosting from existing prediction
- Predicting using first n trees
- Generalized Linear Model
- Cross validation
Benchmarks
R language Demo
R demo code are contained in the R package source code as usually done in R.
Notes
- Contribution of exampls, benchmarks is more than welcomed!
- If you like to share how you use xgboost to solve your problem, send a pull request:)