sarplus (homepage)

pronounced sUrplus as it's simply better if not best!

@eisber / (2)

A spark based - optimized - implementation of SAR algorithm for recommendation!


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 eisber:sarplus:0.2.6

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "eisber/sarplus:0.2.6"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "eisber" % "sarplus" % "0.2.6"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>eisber</groupId>
    <artifactId>sarplus</artifactId>
    <version>0.2.6</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.2.6 ( 945a11 | zip | jar ) / Date: 2019-05-07 / License: MIT / Scala version: 2.11

Version: 0.2.5 ( a9505a | zip | jar ) / Date: 2018-11-19 / License: MIT / Scala version: 2.11

Version: 0.2.4 ( 67ac2a | zip | jar ) / Date: 2018-10-31 / License: MIT / Scala version: 2.11

Version: 0.2.3 ( 06f1c4 | zip | jar ) / Date: 2018-10-31 / License: MIT / Scala version: 2.11

Version: 0.2.2 ( dcd9ec | zip | jar ) / Date: 2018-10-29 / License: MIT / Scala version: 2.11

Version: 0.2.1 ( b992b1 | zip | jar ) / Date: 2018-10-26 / License: MIT / Scala version: 2.11

Version: 0.2 ( 2808d8 | zip | jar ) / Date: 2018-10-26 / License: MIT / Scala version: 2.11

Version: 0.1.8 ( 79fb17 | zip | jar ) / Date: 2018-10-25 / License: MIT / Scala version: 2.11

Version: 0.1.2 ( f4cd04 | zip | jar ) / Date: 2018-10-25 / License: MIT / Scala version: 2.11

Version: 0.1.1 ( 7790e4 | zip | jar ) / Date: 2018-10-25 / License: MIT / Scala version: 2.11

Version: 0.1 ( 7790e4 | zip ) / Date: 2018-10-24 / License: MIT