Coder Social home page Coder Social logo

ranking demo example about mlr HOT 2 CLOSED

jrabary avatar jrabary commented on August 20, 2024
ranking demo example

from mlr.

Comments (2)

bmcfee avatar bmcfee commented on August 20, 2024

This is covered in the https://github.com/bmcfee/mlr/blob/master/README under TRAINING.

You need to stack all documents (queries and responses) as columns of the matrix X, and supply relevant (and optionally irrelevant) indices in the cell array Y.

For example, if the query document is the ith column, then Y{i} would be an array of column ids for relevant results. You can leave Y{j} empty if j is a response document.

By default, all other documents will be considered irrelevant. If you want to specify a subset as irrelevant, you can make Y an n-by-2 cell array, where Y{i, 1} is the set of relevant columns for document i, and Y{i, 2} is the set of irrelevant documents. This is useful when you only have labels for a small subset, and don't want to assume that all unlabeled documents are irrelevant.

As for svm-map format, since mlr learns a d-by-d (dense) matrix, it does not support sparse document vectors. You will need to convert them to dense arrays before running mlr. If you need sparse data, maybe check out @khdlim's newer method in icml2014.

from mlr.

jrabary avatar jrabary commented on August 20, 2024

Thank you for the clarification.

from mlr.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.