Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Štefánik
ARQMath-eval
Commits
0d8f5b28
Commit
0d8f5b28
authored
Apr 23, 2020
by
Vít Novotný
Browse files
Fix typos in the README
parent
804f854f
Pipeline
#58971
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0d8f5b28
...
...
@@ -37,7 +37,7 @@ $ python
>>>
>>>
with open
(
'results.csv'
,
'rt'
)
as f:
>>>
results
=
parse_run
(
f
)
>>>
get_ndcg
(
task
=
'task1-votes'
,
subset
=
'train'
)
>>>
get_ndcg
(
results,
task
=
'task1-votes'
,
subset
=
'train'
)
0.5876
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment