Description Usage Details Value References Examples
Gradient-free Gradient Boosting family for the hard ranking loss function including its fast computation.
1 | Rank()
|
The hard ranking loss is used to compare different orderings, usually the true ordering of instances of a data
set according to their responses with the predicted counterparts. The usage of the pcaPP
package avoids the
cumbersome computation that would require
frac{n}{2(n-1)}
comparisons. Rank
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, Equations (5.2.2) and (5.2.3)
T. Hothorn, P. Bühlmann, T. Kneib, M. Schmid, and B. Hofner. mboost: Model-Based Boosting, 2017
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.