Rdocumentation
powered by
Learn R Programming
bst (version 0.3-24)
Gradient Boosting
Description
Functional gradient descent algorithm for a variety of convex and non-convex loss functions, for both classical and robust regression and classification problems. See Wang (2011)
, Wang (2012)
, Wang (2018)
, Wang (2018)
.
Copy Link
Link to current version
Version
Version
0.3-24
0.3-23
0.3-22
0.3-21
0.3-20
0.3-17
0.3-16
0.3-15
0.3-14
0.3-13
0.3-12
0.3-11
0.3-4
0.3-3
0.3-2
0.3-1
0.2
Install
install.packages('bst')
Monthly Downloads
1,607
Version
0.3-24
License
GPL (>= 2)
Maintainer
Zhu Wang
Last Published
January 6th, 2023
Functions in bst (0.3-24)
Search all functions
bst_control
Control Parameters for Boosting
cv.bst
Cross-Validation for Boosting
mhingeova
Multi-class HingeBoost
bst
Boosting for Classification and Regression
evalerr
Compute prediction errors
ex1data
Generating Three-class Data with 50 Predictors
mada
Multi-class AdaBoost
rbst
Robust Boosting for Robust Loss Functions
bst.sel
Function to select number of predictors
mhingebst
Boosting for Multi-class Classification
cv.mhingebst
Cross-Validation for Multi-class Hinge Boosting
bfunc
Compute upper bound of second derivative of loss
cv.mada
Cross-Validation for one-vs-all AdaBoost with multi-class problem
cv.rbst
Cross-Validation for Nonconvex Loss Boosting
cv.mhingeova
Cross-Validation for one-vs-all HingeBoost with multi-class problem
cv.mbst
Cross-Validation for Multi-class Boosting
cv.rmbst
Cross-Validation for Nonconvex Multi-class Loss Boosting
mbst
Boosting for Multi-Classification
rbstpath
Robust Boosting Path for Nonconvex Loss Functions
loss
Internal Function
nsel
Find Number of Variables In Multi-class Boosting Iterations
rmbst
Robust Boosting for Multi-class Robust Loss Functions