Skip to content

Commit

Permalink
binarize ratings update
Browse files Browse the repository at this point in the history
  • Loading branch information
guoguibing committed Jun 17, 2014
1 parent 1aa4875 commit 27bacdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librec/src/main/java/librec/ranking/RankSGD.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected void initModel() {
super.initModel();

// pre-processing: binarize training data
// super.binary(trainMatrix);
super.binary(trainMatrix);
// super.binary(testMatrix);
}

Expand Down

0 comments on commit 27bacdd

Please sign in to comment.