22 lines
954 B
Markdown
22 lines
954 B
Markdown
XGBoost JVM Package
|
|
===================
|
|
[](https://travis-ci.org/dmlc/xgboost)
|
|
[](../LICENSE)
|
|
|
|
You have find XGBoost JVM Package!
|
|
|
|
Installation
|
|
------------
|
|
Currently, XGBoost4J only support installation from source. Building XGBoost4J using Maven requires Maven 3 or newer and Java 7+.
|
|
|
|
To install XGBoost4J, it is as simple as run `mvn package` under jvm-packages.
|
|
|
|
Contents
|
|
--------
|
|
* [Java Overview Tutorial](java_intro.md)
|
|
* [Code Examples](https://github.com/dmlc/xgboost/tree/master/jvm-packages/xgboost4j-example)
|
|
* [Java API Docs](http://dmlc.ml/docs/javadocs/index.html)
|
|
* [Scala API Docs]
|
|
* [XGBoost4J](http://dmlc.ml/docs/scaladocs/xgboost4j/index.html)
|
|
* [XGBoost4J-Spark](http://dmlc.ml/docs/scaladocs/xgboost4j-spark/index.html)
|
|
* [XGBoost4J-Flink](http://dmlc.ml/docs/scaladocs/xgboost4j-flink/index.html) |