706 B
706 B
XGBoost JVM Package
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 packagein xgboost4j folder or just use IDE(eclipse/netbeans) to open this maven project and build.