* Update JVM script (#9714) * Bump version to 2.0.2; revamp pom.xml * Update instructions in prepare_jvm_release.py * Fix formatting
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
- Early Stopping
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