# als-benchmark-scripts **Repository Path**: mirrors_databricks/als-benchmark-scripts ## Basic Information - **Project Name**: als-benchmark-scripts - **Description**: Scripts to benchmark distributed Alternative Least Squares (ALS) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.