Changes between Version 6 and Version 7 of GSoC2016/LetorStabilisation/Code
- Timestamp:
- 19/01/17 05:59:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC2016/LetorStabilisation/Code
v6 v7 47 47 * Change the way Features request and get various statistics [https://trac.xapian.org/ticket/733#ticket Ticket#733] 48 48 * Returning MSet instead of sorted docids after re-ranking [https://trac.xapian.org/ticket/734#ticket Ticket#734] 49 * Automated tests for the API49 * Writing automated tests for the API 50 50 * ~~Putting `Letor` class methods directly under `Ranker`~~ //(Merged as part of [https://github.com/xapian/xapian/pull/125 PR#125])// 51 51 * ~~Storing models as database metadata instead of a file~~ //(Merged as part of [https://github.com/xapian/xapian/pull/125 PR#125])// 52 * Integrating remaining rankers 52 * Integrating remaining rankers and scorers 53 - ~~SVMRanker~~ //(Merged as part of [https://github.com/xapian/xapian/pull/127 PR#127])// 54 - ListMLE 55 - !AdaRank 56 - ERR 57 * Testing for performance and scale with [https://github.com/xapian/xapian/pull/127 INEX2009] or similar data-set 53 58 * Revising existing documentation 54 59 * Python bindings