-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Provide an example of LightgbmRanker? #776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
LightGBM should appear in the same way as other learners we have (SDCA, FastTree etc.) |
When making an example... ranking has a few differences vs. Regression/Classification tasks:
There is a benchmark which includes LightGBMRanking: machinelearning/test/Microsoft.ML.Benchmarks/Numeric/Ranking.cs Lines 51 to 67 in 17ee205
It is written in the command-line language instead of C#. It would be nice to have a C# API ranking example. |
A test for LightGBM ranker is here: https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/TrainerEstimators/TreeEstimators.cs#L116 Should convert it to an example. |
@codemzs
The text was updated successfully, but these errors were encountered: