Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunqi-li authored Feb 20, 2021
1 parent 7078c89 commit 50ea07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gurobi==9.0.2
## Run the codes
### Prepare input data
- To run the code, please put the ranking file generated by recommendation model under the corresponding dataset folder. For example, to run model with 5Beauty-rand dataset, put the "\*\_rank.csv" file under "dataset/5Beauty-rand/" directory.
- Ranking csv file format: ** uid \\t iid \\t score \\t label **
- Ranking csv file format: *uid \\t iid \\t score \\t label*

### Modify model.py
- Before running the code, please update the info of "src/model.py" in "\_\_main\_\_" section. You need to update **dataset\_name**, **model\_name**, **group\_name\_title**, **group\_1\_file**, **group\_2\_file**.
Expand Down

0 comments on commit 50ea07a

Please sign in to comment.