catboost / catboost

A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
https://catboost.ai
Apache License 2.0
7.99k stars 1.17k forks source link

how to speed up ranking(like 'yetirank')? when I use gpu, it was still very slow, because it metioned as follow: #2341

Open sysy007uuu opened 1 year ago

sysy007uuu commented 1 year ago

image

Evgueni-Petrov-aka-espetrov commented 1 year ago

thank you so much for using catboost! for speed, it is better to calculate as many metrics as possible after training using eval_metrics https://catboost.ai/en/docs/concepts/python-reference_catboost_eval-metrics

sysy007uuu commented 1 year ago

image I code it like this, but it still calculate PFound which is not support by gpu

glmn commented 1 month ago

Is it still not fixed?