Description Usage Arguments Details Value References Examples
Gradient-free Gradient Boosting family for the weak ranking loss function.
1 | WeakRank(K)
|
K |
Indicates that we are only interesting in the top K instances. Must be an integer between 1 and the number n of observations. |
The weak ranking loss may be regarded as a classification loss. The parameter K
defines the top of the list,
consisting of the best K instances according to their response values. Then the weak ranking loss penalizes
”misclassification” in the sense that instances belonging to the top of the list are ranked lower and vice versa.
WeakRank
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, Remark (5.2.1)
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.