├── .gitignore ├── README.md ├── itemcf.py └── usercf.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lockvictor/MovieLens-RecSys/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lockvictor/MovieLens-RecSys/HEAD/README.md -------------------------------------------------------------------------------- /itemcf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lockvictor/MovieLens-RecSys/HEAD/itemcf.py -------------------------------------------------------------------------------- /usercf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lockvictor/MovieLens-RecSys/HEAD/usercf.py --------------------------------------------------------------------------------