o19s / elasticsearch-learning-to-rank

Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
http://opensourceconnections.com/blog/2017/02/14/elasticsearch-learning-to-rank/
Apache License 2.0
1.48k stars 370 forks source link

Demonstrate xgboost usage #16

Closed softwaredoug closed 7 years ago

softwaredoug commented 7 years ago

Apparently xgboost is the shiznit for training boosted trees. We should demonstrate how xgboost can be used with this plugin, with existing Ranklib XML method of specifying a LambdaMART model.

I would expect

softwaredoug commented 7 years ago

XGBoost has a text format listed here but it appears to perhaps be a debug project

epugh commented 7 years ago

There is a brief mention of xgboost in https://github.com/o19s/elasticsearch-learning-to-rank/blob/1_0/docs/models.md but no detail...