Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MovieRecommender #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hernancerm
Copy link

The implementation passess the test case, execution time is about 5 min when Maven dependencies are already installed.

How to run the test

  1. Download movies.txt.gz from http://snap.stanford.edu/data/web-Movies.html
  2. Uncompress the file (you could use gzip -dk movies.txt.gz)
  3. Put the uncompressed file, which must be named movies.txt, it in the root of the project (at the same level of the pom.xml)
  4. Run mvn test

Notice:

  • MovieRecommender generates a CSV file to provide it to Mahout's UserBasedRecommender.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant