我想知道如何为排名任务配置 catboost。catboost 主页暗示它可以用于排名任务。然而,排名任务的文档似乎很少:https : //tech.yandex.com/catboost/doc/dg/concepts/cli-reference_train-model-docpage/
并且所有教程都专注于对单个实例进行分类:https : //github.com/catboost/catboost/tree/master/catboost/tutorials
理想情况下,会有一些类似于 LightGBM 的文档或示例用于排名:https : //github.com/Microsoft/LightGBM/tree/master/examples/lambdarank
有没有人用过 catboost 进行排名?