x

xgboost-core

DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages
https://github.com/linkedin/dagli
BSD 2-Clause License
Jeff Pasternack
Files download
File Operation
xgboost-core-15.0.0-beta6.jar download
xgboost-core-15.0.0-beta6.pom download
xgboost-core-15.0.0-beta6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linkedin.dagli</groupId>
  <artifactId>xgboost-core</artifactId>
  <version>15.0.0-beta6</version>
</dependency>
Gradle Groovy
implementation 'com.linkedin.dagli:xgboost-core:15.0.0-beta6'
Gradle Kotlin
implementation("com.linkedin.dagli:xgboost-core:15.0.0-beta6")
Scala SBT
libraryDependencies += "com.linkedin.dagli" % "xgboost-core" % "15.0.0-beta6"
Groovy Grape
@Grapes(
  @Grab(group='com.linkedin.dagli', module='xgboost-core', version='15.0.0-beta6')
)
Apache Ivy
<dependency org="com.linkedin.dagli" name="xgboost-core" rev="15.0.0-beta6" />
Leiningen
[com.linkedin.dagli/xgboost-core "15.0.0-beta6"]
Apache Buildr
'com.linkedin.dagli:xgboost-core:jar:15.0.0-beta6'