x

xgboost4j-gpu_2.12

文件下载
文件名 操作
xgboost4j-gpu_2.12-1.7.6.jar 下载
xgboost4j-gpu_2.12-1.7.6.pom 下载
xgboost4j-gpu_2.12-1.7.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ml.dmlc</groupId>
  <artifactId>xgboost4j-gpu_2.12</artifactId>
  <version>1.7.6</version>
</dependency>
Gradle Groovy
implementation 'ml.dmlc:xgboost4j-gpu_2.12:1.7.6'
Gradle Kotlin
implementation("ml.dmlc:xgboost4j-gpu_2.12:1.7.6")
Scala SBT
libraryDependencies += "ml.dmlc" % "xgboost4j-gpu_2.12" % "1.7.6"
Groovy Grape
@Grapes(
  @Grab(group='ml.dmlc', module='xgboost4j-gpu_2.12', version='1.7.6')
)
Apache Ivy
<dependency org="ml.dmlc" name="xgboost4j-gpu_2.12" rev="1.7.6" />
Leiningen
[ml.dmlc/xgboost4j-gpu_2.12 "1.7.6"]
Apache Buildr
'ml.dmlc:xgboost4j-gpu_2.12:jar:1.7.6'