xgboost-linux64 (homepage)
Xgboost Spark package pre-built for linux64 environment
@databricks / (1)
Fork of xgboost, intended to provide easy to use prebuilt spark package for linux64 environment.
Tags (No tags yet, login to add one. )
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages databricks:xgboost-linux64:0.8.3-spark2.3-s_2.11
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "databricks/xgboost-linux64:0.8.3-spark2.3-s_2.11"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "databricks" % "xgboost-linux64" % "0.8.3-spark2.3-s_2.11"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>databricks</groupId> <artifactId>xgboost-linux64</artifactId> <version>0.8.3-spark2.3-s_2.11</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 0.8.3-spark2.3-s_2.11 ( 24e08c | zip | jar ) / Date: 2018-08-15 / License: Apache-2.0
Version: 0.8.2-spark2.3-s_2.11 ( e71e63 | zip | jar ) / Date: 2018-08-10 / License: Apache-2.0
Version: 0.8.1-spark2.3-s_2.11 ( e71e63 | zip | jar ) / Date: 2018-08-07 / License: Apache-2.0
Version: 0.8-spark2.3-s_2.11 ( 3000c8 | zip | jar ) / Date: 2018-02-24 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8-spark2.2-s_2.11 ( 84ab74 | zip | jar ) / Date: 2018-01-31 / License: Apache-2.0 / Scala version: 2.11