Download xgboost4j-0.72.jar file - Jar x

Jar examples for x:xgboost4j

Description

xgboost4j containing portable Linux/MacOSX binaries

You can download jar file xgboost4j 0.72 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xgboost4j-0.72.jar to your project.

<dependency>
   <groupId>ml.dmlc</groupId>
   <artifactId>xgboost4j</artifactId>
   <version>0.72</version>
</dependency>
compile group: 'ml.dmlc', name: 'xgboost4j', version: '0.72'
libraryDependencies += "ml.dmlc" % "xgboost4j" % "0.72"
<dependency org="ml.dmlc" name="xgboost4j" rev="0.72"/>
@Grapes(@Grab(group='ml.dmlc', module='xgboost4j', version='0.72'))
'ml.dmlc:xgboost4j:jar:0.72'

Download

Click the following link to download the jar file.

xgboost4j-0.72-javadoc.jar
xgboost4j-0.72-sources.jar
xgboost4j-0.72.jar
xgboost4j-0.72.pom



Related Tutorials