资源说明:cs 373 project 3 - netflix
Netflix-Rating-Prediction-Project ================================= Project Info: This project was to develop a program that could predict a users rating for a Netflix movie given large databases of this users ratings and others as well. This program connects to online databases to reference other ratings in order to accurately predict a rating for any given movie for any given user. # ------- # To run the program # % python RunNetflix.py < Netflix.in > Netflix.out # % chmod ugo+x RunNetflix.py # % Netflix.py < RunNetflix.in > Netflix.out # To document the program # % pydoc -w Netflix # -------
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。