/spark-ranking-algorithms

Ranking algorithms for Spark machine learning pipeline

Primary LanguageScalaApache License 2.0Apache-2.0

Ranking Algorithms for Spark Machine Learning Pipeline

License Build Status codecov

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