Skip to content

yu-iskw/spark-ranking-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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