sparkling-ferns (homepage)

Implementation of Random Ferns for Apache Spark

@CeON / (0)

An implementation of Random Ferns machine learning algorithm for Apache Spark.


Tags

  • 3|machine learning

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages pl.edu.icm:sparkling-ferns_2.10:0.2.0

sbt

In your sbt build file, add:

libraryDependencies += "pl.edu.icm" % "sparkling-ferns_2.10" % "0.2.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>pl.edu.icm</groupId>
    <artifactId>sparkling-ferns_2.10</artifactId>
    <version>0.2.0</version>
  </dependency>
</dependencies>

Releases

Version: 0.2.0 ( 1560dc | zip | jar ) / Date: 2015-10-08 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 66% , - 63% , - 76% , - 66% , - 77% , - 100%

Version: 0.1.0 ( fcc1f2 | zip | jar ) / Date: 2015-09-08 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 66% , - 63% , - 76% , - 66%