bodyfat from TH.data
mboost implements boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data.
mboost
For installation instructions see below.
Instructions on how to use mboost can be found in various places:
For issues, bugs, feature requests etc. please use the GitHub Issues.
Current version (from CRAN):
install.packages("mboost")
Latest patch version (patched version of CRAN package; under development) from GitHub:
library("devtools") install_github("boost-R/mboost") library("mboost")
Latest development version (version with new features; under development) from GitHub:
library("devtools") install_github("boost-R/mboost", ref = "devel") library("mboost")
To be able to use the install_github() command, one needs to install devtools first:
install_github()
devtools
install.packages("devtools")
用于统计建模和机器学习的R语言集成学习框架
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
mboost
mboostimplements boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data.Using mboost
For installation instructions see below.
Instructions on how to use
mboostcan be found in various places:Issues & Feature Requests
For issues, bugs, feature requests etc. please use the GitHub Issues.
Installation Instructions
Current version (from CRAN):
Latest patch version (patched version of CRAN package; under development) from GitHub:
Latest development version (version with new features; under development) from GitHub:
To be able to use the
install_github()command, one needs to installdevtoolsfirst: