dmlc / xgboost   2.1.1

Apache License 2.0 Website GitHub

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

Scala versions: 2.13 2.12

xgboost-jvm 2.1.1


Group ID:
ml.dmlc
Artifact ID:
xgboost-jvm_2.13
Version:
2.1.1
Release Date:
Jul 31, 2024
Licenses:
Files:
Developers:

libraryDependencies += "ml.dmlc" %% "xgboost-jvm" % "2.1.1"

Mill build tool

ivy"ml.dmlc::xgboost-jvm:2.1.1"

Scala CLI

//> using dep "ml.dmlc::xgboost-jvm:2.1.1"

Ammonite REPL

import $ivy.`ml.dmlc::xgboost-jvm:2.1.1`

<dependency>
  <groupId>ml.dmlc</groupId>
  <artifactId>xgboost-jvm_2.13</artifactId>
  <version>2.1.1</version>
</dependency>

compile group: 'ml.dmlc', name: 'xgboost-jvm_2.13', version: '2.1.1'