Description Usage Arguments Details Value References Examples
Gradient-free Gradient Boosting family for the localized ranking loss function including its fast computation.
1 | LocRank(K)
|
K |
Indicates that we are interesting in the top K instances and their correct ordering. Must be an integer between 1 and the number n of observations. |
The localized ranking loss combines the hard and the weak ranking loss, i.e., it penalizes misrankings at
the top of the list (the best K instances according to the response value) and ”misclassification” in the sense
that instances belonging to the top of the list are ranked lower and vice versa. The localized ranking loss already
returns a normalized loss that can take values between 0 and 1. LocRank
returns a family object
as in the package mboost
.
A Boosting family object
Werner, T., Gradient-Free Gradient Boosting, PhD Thesis, Carl von Ossietzky University Oldenburg, 2020, Equation (5.2.5)
T. Hothorn, P. Bühlmann, T. Kneib, M. Schmid, and B. Hofner. mboost: Model-Based Boosting, 2017
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.