-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic indexer #105
Elastic indexer #105
Conversation
Conflicts: setup.py
Conflicts: setup.py
Conflicts: docs/requirements.txt
Codecov Report
@@ Coverage Diff @@
## master #105 +/- ##
=========================================
+ Coverage 61.18% 61.78% +0.6%
=========================================
Files 94 100 +6
Lines 6425 6684 +259
=========================================
+ Hits 3931 4130 +199
- Misses 2494 2554 +60
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in general the PR is OK. There are a few simple comments here, plus the comments in #103. Maybe we can plan to merge them today after these are fixed.
Importing relevant comments from #103
Added typing in MS Marco Evaluator
Simplified the logic of MS Marco Evaluator in b7632b8
Changed to
Done in b7632b8
Added a benchmark testcase in b7632b8
I agree. Essentially, the following three lines
are common in
Increased the limit to 10,000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments addressed in b7632b8
Conflicts: .travis.yml setup.py
This PR
evaluate()
on the pipeline to evaluate on a dataset.ElasticSearchIndexProcessor
processor to index the documents.