Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 671 Bytes

Exploring QII on a Recommender System

18-734 Foundations of Privacy Course Project
Carnegie Mellon University

Team Members:

Setup Instructions:

  1. Download latest version of Apache Spark:

http://spark.apache.org/downloads.html

  1. Extract & change path of spark folder to /usr/local/spark:

tar xvf spark-2.0.1-bin-hadoop2.7.tgz

mv spark-2.0.1-bin-hadoop2.7 /usr/local/spark

  1. Run:

/usr/local/spark/bin/spark-submit MovieLensALS.py datasets/ml-1m/ [arguments]

Use --help for full listing of possible arguments