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

Pull request for recommender system framework over GraphChi for review #2

Open
wants to merge 70 commits into
base: master
Choose a base branch
from

Conversation

MohtaMayank
Copy link

Almost all the files in "toolkits/collaborative_filtering" package are new files added by me.
In the existing code, I have made some changes to FastSharder.java (some of the changes about metadata can be deleted)
The python files submitted under "scripts" was for some specific data processing. I am not sure if the correct place for them is to live in this repository right now.
Some more details about the code is in this google document as well:
https://docs.google.com/document/d/1w7zlZyG8jXnriqUokYVldr6MYTo9fRm4Q0EwF2TyVrY

MohtaMayank and others added 30 commits September 19, 2013 21:10
…d a seperate parameter class - Some features like serializing still to be implemented
* @param rec: The recommender to be added to the recommender pool.
*/
public void addNewRecommender(RecommenderAlgorithm rec) {
//Add the new recommeder to pending list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not thread-safe, but I am not sure if it has to be.

MohtaMayank and others added 29 commits November 20, 2013 12:40
Conflicts:
	src/main/java/edu/cmu/graphchi/toolkits/collaborative_filtering/utils/SerializationUtils.java
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.

3 participants