rotation-forest-bd (homepage)

Rotation Forest implementation for Big Data on Apache Spark

@mjuez / (1)

A parallel implementation of the well-known Rotation Forest classifier for Apache Spark.


Tags

  • 1|ml
  • 1|big data
  • 1|ensemble
  • 1|data mining
  • 1|rotation forest
  • 1|classifier

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages mjuez:rotation-forest-bd:1.0.0

sbt

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

spDependencies += "mjuez/rotation-forest-bd:1.0.0"

Otherwise,

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

libraryDependencies += "mjuez" % "rotation-forest-bd" % "1.0.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>mjuez</groupId>
    <artifactId>rotation-forest-bd</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 1.0.0 ( 71caad | zip | jar ) / Date: 2021-03-23 / License: Apache-2.0 / Scala version: 2.12