jadianes / spark-movie-lens

An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Other
816 stars 395 forks source link

update the model for new users and new movies #3

Open DvHuang opened 8 years ago

DvHuang commented 8 years ago

Thanks for you open source code and I have a slight problem about update the model for new users and new movies. In the engine.py class when we add rating , the "enginer" will do this "self.__train_model()",it's mean compute all rating onces again.do you know how to augmenting the model using new ratings. thangk you. Any pointers would help.Thank you very much.