cloudml / zen

Zen aims to provide the largest scale and the most efficient machine learning platform on top of Spark, including but not limited to logistic regression, latent dirichilet allocation, factorization machines and DNN.
Apache License 2.0
170 stars 75 forks source link

(LambdaMART) File format to run example #69

Open rzykov opened 7 years ago

rzykov commented 7 years ago

Could you provide file formats to run LambdaMARTRunner.scala? Or files itself? It would be better to support this defacto standart: https://arxiv.org/ftp/arxiv/papers/1306/1306.2597.pdf

cmacdonald commented 7 years ago

I'm also mystified: LambdaMARTRunner.loadTrainingData() doesn't seem to be designed to parse a LETOR like format.

witgo commented 7 years ago

CC @hucheng