premgopalan/hgaprec

README *and* README.md?

Closed this issue · 1 comments

should there really be both?

wiggins@tantanmen{hgaprec}48: diff README README.md
17c17

< The binary 'hgaprec' will be installed in /usr/local/bin unless a

The binary 'gaprec' will be installed in /usr/local/bin unless a
20,21c20,21
< HGAPREC: Hierarchical Gamma Poisson factorization based recommendation tool

< ----------------------------------------------------------------------------

GAPREC: Gamma Poisson factorization based recommendation tool

23c23

< hgaprec [OPTIONS]

gaprec [OPTIONS]
62c62

< (1) ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10

(1) ../src/gaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10
88,93c88,90
< ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -hier
< ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -bias
< ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -binary-data
< ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -binary-data -bias
< ../src/hgaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -hier -bias -binary-data

< ... and so on

../src/gaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -bias
../src/gaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -binary-data
../src/gaprec -dir ../example/movielens -n 6040 -m 3900 -k 100 -rfreq 10 -binary-data -bias
wiggins@tantanmen{hgaprec}49:

hi Chris!

Please use the "kdd2" branch which has the latest:

git clone git@github.com:premgopalan/hgaprec.git
git checkout kdd2

They are the same files on this branch.