jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
464 stars 107 forks source link

Model prediction output #19

Open programmingprincess opened 4 years ago

programmingprincess commented 4 years ago

How can we map the regression values to a class label in the model output?

I see that this library uses GradientBoostingRegressor rather than GradientBoostingClassifier, but I am having trouble understanding what happens in metrics that allows for the evaluation of the continuous output with discrete labels. Thanks!