spark-ranking-algorithms

Ranking algorithms for Spark machine learning pipeline

APACHE-2.0 License

Stars
14

Ranking Algorithms for Spark Machine Learning Pipeline

This package offers some ranking algorithms on Apache Spark machine learning pipeline.

Note

# make a packaged jar
sbt package

# make a assembled JAR
sbt assembly

# run unit tests
sbt test

# check coding style
sbt scalastyle