Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guoguibing committed Jun 16, 2014
1 parent 7ca8296 commit caefc1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions librec/src/main/resources/librec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dataset.testing.wins=-1
dataset.testing.lins=-1

# MISC
is.verbose=off
is.verbose=on
num.rand.seed=1
is.email.notify=off
notify.email.to=your email address
Expand All @@ -32,9 +32,9 @@ is.diverse.used=off
num.reclist.len=-1
num.ignor.items=-1

# baseline: GlobalAvg, UserAvg, ItemAvg, Random, Constant, MostPop, UserKNN, ItemKNN;
# core: RegSVD, BiasedMF, PMF, BPMF, CLiMF, SVD++, SocialMF, TrustMF, WRMF, BPRMF, SoRec, SoReg;
# exts: NMF, SlopeOne, Hybrid, PD, AR;
# baseline & exts: GlobalAvg, UserAvg, ItemAvg, Random, Constant, MostPop; NMF, SlopeOne, Hybrid, PD, AR, PRankD;
# ranking: CLiMF, WRMF, BPRMF, RankALS, RankSGD;
# rating: UserKNN, ItemKNN, RegSVD, BiasedMF, PMF, BPMF, SVD++, SocialMF, RSTE, TrustMF, SoRec, SoReg;
recommender=SVD++

################################################### Model-based Methods ##########################################
Expand All @@ -60,10 +60,10 @@ val.decay.rate=-1
################################################### Memoroy-based Methods #########################################
# similarity method: PCC, COS, MSD, CPC, exJaccard; -1 to disable shrinkage
similarity=PCC
num.shrinkage=25
num.shrinkage=-1

# neighborhood size for memory-based methods; -1 to use as many as possible.
num.neighbors=40
num.neighbors=50

################################################### Method-specific Settings #######################################

Expand Down

0 comments on commit caefc1a

Please sign in to comment.