Displaying 2 results from an estimated 2 matches for "fairpairs".
Did you mean:
fairbairn
2017 Mar 21
2
GSoC 2017: Letor Click Data Mining
...$log command recursively calls the eval function in which it's defined and
prints the
returned string from eval to a log file.
> So for that you'd also need to implement this result modification and then
> to use that new feature from Omega.
I've read the paper to understand the FairPairs algorithm. To implement it,
we'd need to
take the result links for each query from opensearch template and feed it
into the algorithm
which will rearrange the results using a uniform probability variable.
Modified results can
then presented using opensearch template and clicks are recorded to a...
2017 Mar 22
2
GSoC 2017: Letor Click Data Mining
...need to think more carefully about the layers involved here. We don't
> want to post-process the output of a template...
Yes, so I thought about it in detail and I think the whole process would like
the following from a broad perspective:
1. Rearrangement: Input the original results to the FairPairs which will
rearrange them and the rearranged results will be presented on the query
template.
2. Logging: Log the required data using a new template and store it in an
appropriate format for further processing.
3. Click Models: These are successors of preference pair models which I
mentioned earl...