Skip to content

Commit

Permalink
updated evaluation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ragib06 committed Jan 31, 2020
1 parent ccf3556 commit e65f2f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion evaluation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,21 @@ sh run.sh 1 15 29
sh run.sh 1.5 15 29
```

**Note: For integer eta values, DO NOT pass decimal format arguments (1.0, 2.0 etc).
**Note: For integer eta values, DO NOT pass decimal format arguments (1.0, 2.0 etc).

### Results

After the _run.sh_ executes succesfully, the results will be stored in **results** directory. and corresponding plots will be generated in **plots** directory. For example if you run the following command ```sh run.sh 1 15 29``` you should expect to see the following files:

```
results/
│ 15pass_eta1_combined_arrr.csv
| 15pass_eta1_combined_ndcg_10.csv
plots/
│ 15pass_eta1_combined_arrr.eps
| 15pass_eta1_combined_ndcg_10.eps
```

Here is an example plot from the paper:

![Sample plot from paper](sample_plot.jpg)
Binary file added evaluation/sample_plot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e65f2f4

Please sign in to comment.