educative.io

Can we use gradient boosted tree for ranking?

Why can we only use logistic regression or random forest? Can we use other tree-based algorithms?

Thanks!

Hi @luoluoluo

Yes, we can follow gradient boosted trees. There are always more approaches to a problem and again, yes, we can also use other tree algorithms.

1 Like

Thanks for your quick reply!