Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On insert of a model store the type of the model in the document #142

Open
jettro opened this issue Mar 9, 2018 · 0 comments
Open

On insert of a model store the type of the model in the document #142

jettro opened this issue Mar 9, 2018 · 0 comments

Comments

@jettro
Copy link
Collaborator

jettro commented Mar 9, 2018

At the moment you would have to parse the model string to obtain the type of the model used by the ranklib library (i.e. LambdaRank, ListNet). As mentioned in slack by @nomoa the model is parsed on insertion. So theoretically we could deduce the type of model in that phase and insert is as sort of a meta data field in the document. That way obtaining the models and explaining the type of the used model in a generic tool becomes a lot easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants