spark-parallelized-sgd (homepage)
Parallelized Stochastic Gradient Descent (SGD) with Apache Spark
@yu-iskw / (0)
Parallelized Stochastic Gradient Descent (SGD) with Apache Spark
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages yu-iskw:spark-parallelized-sgd:0.0.2
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "yu-iskw/spark-parallelized-sgd:0.0.2"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "yu-iskw" % "spark-parallelized-sgd" % "0.0.2"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>yu-iskw</groupId> <artifactId>spark-parallelized-sgd</artifactId> <version>0.0.2</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 0.0.2 ( cc683e | zip | jar ) / Date: 2016-03-30 / License: Apache-2.0
Version: 0.0.1 ( e551bb | zip | jar ) / Date: 2016-03-29 / License: Apache-2.0