boost-R / mboost

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).
73 stars 27 forks source link

Binomial_adaboost always gives NOTE on coefficients #65

Closed mayrandy closed 7 years ago

mayrandy commented 7 years ago

The classical Binomial(type = "adaboost") always prints the NOTE

NOTE: Coefficients from a Binomial model are half the size of coefficients
 from a model fitted via glm(... , family = 'binomial').
See Warning section in ?coef.mboost

although this is only the case for link = "logit", see also #63 .