xgboost4j


License

License

GroupId

GroupId

io.findify
ArtifactId

ArtifactId

xgboost4j_2.11
Last Version

Last Version

0.81-1
Release Date

Release Date

Type

Type

jar
Description

Description

xgboost4j
xgboost4j
Project URL

Project URL

https://github.com/findify/xgboost4j4s
Project Organization

Project Organization

io.findify
Source Code Management

Source Code Management

https://github.com/findify/xgboost4j4s

Download xgboost4j_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.findify/xgboost4j_2.11/ -->
<dependency>
    <groupId>io.findify</groupId>
    <artifactId>xgboost4j_2.11</artifactId>
    <version>0.81-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.findify/xgboost4j_2.11/
implementation 'io.findify:xgboost4j_2.11:0.81-1'
// https://jarcasting.com/artifacts/io.findify/xgboost4j_2.11/
implementation ("io.findify:xgboost4j_2.11:0.81-1")
'io.findify:xgboost4j_2.11:jar:0.81-1'
<dependency org="io.findify" name="xgboost4j_2.11" rev="0.81-1">
  <artifact name="xgboost4j_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.findify', module='xgboost4j_2.11', version='0.81-1')
)
libraryDependencies += "io.findify" % "xgboost4j_2.11" % "0.81-1"
[io.findify/xgboost4j_2.11 "0.81-1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.esotericsoftware : kryo jar 4.0.2
commons-logging : commons-logging jar 1.2
com.typesafe.akka : akka-actor_2.11 jar 2.3.11

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0
com.typesafe.akka : akka-testkit_2.11 jar 2.3.11
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

xgboost4j4s

Build Status Maven Central

XGBoost4J with cross-version suffix

Usage

// available for Scala 2.11 and 2.12
libraryDependencies += "com.github.hirofumi" %% "xgboost4j" % "0.80-p1"

// available for Scala 2.11
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-flink" % "0.80-p1"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-spark" % "0.80-p1"

Note

  • You should use the above libraries with LC_NUMERIC=C (which is not overridden by LC_ALL) on macOS. Otherwise multi-threading may cause a segmentation fault.
  • This library contains some GCC runtime libraries and I think GCC Runtime Library Exception can be applied. But I am not a lawyer.

Development

Prerequisites

  • macOS
  • Docker for Mac
  • Ninja
  • g++-7 (installed by Homebrew, i.e. brew install gcc@7)

How to Build and Test

$ make test

How to Release

$ make release

Prior Work

io.findify

Findify

Findify repository

Versions

Version
0.81-1
0.81