xgboost/doc/jvm/index.md
2016-03-06 20:42:01 -08:00

706 B

XGBoost JVM Package

Build Status GitHub license

You have find XGBoost JVM Package!

Installation

To build XGBoost4J contains two steps.

  • First type the following command to build JNI library.
./create_jni.sh
  • Then package the libary. you can run mvn package in xgboost4j folder or just use IDE(eclipse/netbeans) to open this maven project and build.

Contents