xgboost-spark-linux64 (homepage)
xgboost-spark pre-built for linux64 environment
@tomasatdatabricks / (0)
Fork of xgboost-spark, 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 tomasatdatabricks:xgboost-spark-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 += "tomasatdatabricks/xgboost-spark-linux64:0.8.3-spark2.3-s_2.11"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "tomasatdatabricks" % "xgboost-spark-linux64" % "0.8.3-spark2.3-s_2.11"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>tomasatdatabricks</groupId> <artifactId>xgboost-spark-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 ( 3000c8 | zip | jar ) / Date: 2018-05-07 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8.2-spark2.3-s_2.11 ( 3000c8 | zip | jar ) / Date: 2018-05-07 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8.1-spark2.3-s_2.11 ( 3000c8 | zip | jar ) / Date: 2018-05-04 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8-spark2.3-s_2.11 ( 3000c8 | zip | jar ) / Date: 2018-05-04 / License: Apache-2.0 / Scala version: 2.11
Version: 0.8-spark2.2-s_2.11 ( 5ef684 | zip | jar ) / Date: 2018-01-26 / License: Apache-2.0 / Scala version: 2.11