* fix the model dump in xgboost4j example * Modify the dump model part of scala version * add the forgotten modelInfos
XGBoost4J Code Examples
Java API
- Basic walkthrough of wrappers
- Customize loss function, and evaluation metric
- Boosting from existing prediction
- Predicting using first n trees
- Generalized Linear Model
- Cross validation
- Predicting leaf indices
- External Memory
Scala API
- Basic walkthrough of wrappers
- Customize loss function, and evaluation metric
- Boosting from existing prediction
- Predicting using first n trees
- Generalized Linear Model
- Cross validation
- Predicting leaf indices
- External Memory