IQVIA-ML / LightGBM.jl

Julia FFI interface to Microsoft's LightGBM package
Other
93 stars 10 forks source link

Feature Request: LightGBM Ranking #118

Closed WZimmerman83 closed 2 months ago

WZimmerman83 commented 2 years ago

Hi, are there plans to add ranking to this package (LightGBM Ranker)? Currently the only ways to get ranking is going PyCall method for Catboost or convert all variables to numeric for XGBoost (this is a nightmare for large/wide datasets).

having a 100% Julia solution would be awesome.

yaxxie commented 2 years ago

Hi @WZimmerman83, thanks for the issue!

Very old versions of this package actually supported this. I'm not sure why it was removed.

With that said, I'll take a look at what's needed to add it in.

robertfeldt commented 2 years ago

+1 on this being very useful if it can be added.

rbeeli commented 1 year ago

+1