Coding Resources for Udacity ud741 final project. In this project you will be designing a recommendation system using Collaborative Filtering.
- You will need Python version 2.7.5 or up to get started.
- Install scikit-learn. Use scikit-learn Installation Docs.
- Download project files directly using the .tar.gz or .zip links above.
- Hack!
- part1.py - Start here. This is the template for the first part of your project.
- part2.py - This is the template for the second part of your project. The movielens.py script provides helper functions to load the movielens dataset.
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -am "Awesome feature"
) - Push to the branch (
git push origin my_branch
) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait