Skip to content

Commit 5af63fb

Browse files
authored
Update index.md
1 parent 7a0b1bd commit 5af63fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ As a result, we obtain [Elo scores](https://en.wikipedia.org/wiki/Elo_rating_sys
5252

5353
Evalica also provides a simple command-line interface, allowing the use of these methods in shell scripts and for prototyping.
5454

55-
```
56-
$ evalica -i food.csv bradley-terry
55+
```console
56+
$ evalica -i food.csv bradley-terry
5757
item,score,rank
58-
Tacos,0.43428827947351706,1
59-
Sushi,0.19060105855071743,2
60-
Burger,0.14797720376982199,3
61-
Pasta,0.12815347866987045,4
62-
Pizza,0.0989799795360731,5
58+
Tacos,2.509025136024378,1
59+
Sushi,1.1011561298265815,2
60+
Burger,0.8549063627182466,3
61+
Pasta,0.7403814336665869,4
62+
Pizza,0.5718366915548537,5
6363
```
6464

6565
Refer to the [food.csv](https://github.com/dustalov/evalica/blob/master/food.csv) file as an input example.

0 commit comments

Comments
 (0)