Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ logmetric = evaluate.load("svenwey/logmetric")
|
|
32 |
>>> results = logmetric.compute(predictions=predictions,
|
33 |
... references=references)
|
34 |
>>> print(results["score"])
|
35 |
-
|
36 |
```
|
37 |
|
38 |
Example with timestamp missing from prediction:
|
@@ -43,7 +43,7 @@ logmetric = evaluate.load("svenwey/logmetric")
|
|
43 |
>>> results = logmetric.compute(predictions=predictions,
|
44 |
... references=references)
|
45 |
>>> print(results["score"])
|
46 |
-
|
47 |
```
|
48 |
|
49 |
|
|
|
32 |
>>> results = logmetric.compute(predictions=predictions,
|
33 |
... references=references)
|
34 |
>>> print(results["score"])
|
35 |
+
|
36 |
```
|
37 |
|
38 |
Example with timestamp missing from prediction:
|
|
|
43 |
>>> results = logmetric.compute(predictions=predictions,
|
44 |
... references=references)
|
45 |
>>> print(results["score"])
|
46 |
+
|
47 |
```
|
48 |
|
49 |
|