Git Product home page Git Product logo

Comments (5)

meg261995 avatar meg261995 commented on June 25, 2024

The reason to include this is because I do not want the model to rank 2 documents of the same category one after the other.. The training set is also provided in the same way .. So make to the model learn this I want to include this categorical feature.

from elasticsearch-learning-to-rank.

nathancday avatar nathancday commented on June 25, 2024

small world moment here: https://stackoverflow.com/questions/75958254/including-categorical-features-in-elasticsearch-ltr, but I still think one-hot encoding is the path forward here. This notebook has an example with a two category feature (is a movie genre 'Drama' or 'Science Fiction' : https://github.com/o19s/hello-ltr/blob/main/notebooks/elasticsearch/tmdb/tale-of-two-queries%20(ES).ipynb

from elasticsearch-learning-to-rank.

meg261995 avatar meg261995 commented on June 25, 2024

Haha that's me only even there :) Wanted to make sure I get a reply soon so just posted on both platforms..

from elasticsearch-learning-to-rank.

mich123prem avatar mich123prem commented on June 25, 2024

Hi!
I think this is interesting. I've been following the code of the "tale of two queries(ES)" example, and Im trying to figure out the following:
In the date_genre_judgments.py - file, the synthesize() function:

Seems the function only looks for the applicable genre value in the first value of the genres-field,
Is the genres list assumed to be sorted by the "importance" of the genres as appearing in the list, so that a list ["Drama", "Scince Fiction", "Comedy"] Would imply the main genre of the movie is "Drama"?
Or should the function open for "Drama" anywhere in the list?

Michael

from elasticsearch-learning-to-rank.

wrigleyDan avatar wrigleyDan commented on June 25, 2024

@mich123prem Yes, the function assumes that the first genre in a list is the main genre of a movie, just like in a list of actors the main actors are listed first. It is, after all, just a function to synthesize some judgments quickly in a demo, training or proof of concept phase, so don't take that as a general assumption.

from elasticsearch-learning-to-rank.

Related Issues (20)

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.