Changes between Version 6 and Version 7 of GSoC2016/LetorStabilisation/Code


Ignore:
Timestamp:
19/01/17 05:59:59 (8 years ago)
Author:
Ayush Tomar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2016/LetorStabilisation/Code

    v6 v7  
    4747* Change the way Features request and get various statistics [https://trac.xapian.org/ticket/733#ticket Ticket#733]
    4848* Returning MSet instead of sorted docids after re-ranking [https://trac.xapian.org/ticket/734#ticket Ticket#734]
    49 * Automated tests for the API
     49* Writing automated tests for the API
    5050* ~~Putting `Letor` class methods directly under `Ranker`~~ //(Merged as part of [https://github.com/xapian/xapian/pull/125 PR#125])//
    5151* ~~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
    5358* Revising existing documentation
    5459* Python bindings