I'd like to know how to configure catboost for a ranking task. The catboost homepage alludes that it can be used for ranking tasks. However, it seems documentation for ranking tasks is scarce: https://tech.yandex.com/catboost/doc/dg/concepts/cli-reference_train-model-docpage/
and all of the tutorials are focused on classifying individual instances: https://github.com/catboost/catboost/tree/master/catboost/tutorials
Ideally there would be some documentation or examples similar to LightGBM for ranking: https://github.com/Microsoft/LightGBM/tree/master/examples/lambdarank
Has anyone used catboost for ranking?