An open API service indexing awesome lists of open source software.

https://github.com/databricks/als-benchmark-scripts

Scripts to benchmark distributed Alternative Least Squares (ALS)
https://github.com/databricks/als-benchmark-scripts

Last synced: 12 months ago
JSON representation

Scripts to benchmark distributed Alternative Least Squares (ALS)

Awesome Lists containing this project

README

          

Scripts to benchmark MLlib's Alternative Least Squares (ALS) implementation with others.

Use
```bash setupAndRunALS.sh```

to run the tests on a Spark EC2 cluster (launched by Spark's spark-ec2 script)

Please use
```sbt assembly```
in the folder ALSBenchmarkSpark to build the jars (You will need sbt do this) before running the script.