Skip to content

metarank/xgboost-java

Repository files navigation

XGBoost minimal java bindings

CI Status Maven Central License: Apache 2

Main differences

  • depends only on slf4j-api
  • no Scala support: original bindings depend on spark & flink, which cannot be used yet with Scala 2.13/3.x.
  • no kryo support
  • support for Windows x86_64, Linux x86_64/aarch64, Mac x86_64, Mac aarch64

Usage

For maven, use the following snippet:

<dependency>
  <groupId>io.github.metarank</groupId>
  <artifactId>xgboost-java</artifactId>
  <version>2.0.2-1</version>
</dependency>

License

This project is released under the Apache 2.0 license, as specified in the LICENSE file.