jiangnanboy / learning_to_rank

利用lightgbm做(learning to rank)排序学习,包括数据处理、模型训练、模型决策可视化、模型可解释性以及预测等。Use LightGBM to learn ranking, including data processing, model training, model decision visualization, model interpretability and prediction, etc.
260 stars 72 forks source link

Is this a lambdaRank or a lambdaMart model? #2

Open octopusCoder opened 4 years ago

jiangnanboy commented 4 years ago

Lambdamart model,you can reference the paper of《LightGBM: A Highly Efficient Gradient Boosting Decision Tree》。

octopusCoder commented 4 years ago

Lambdamart model,you can reference the paper of《LightGBM: A Highly Efficient Gradient Boosting Decision Tree》。

Cool! Thank you.