AdaBoost.R2 regression is a machine learning technique used to predict a single numeric value. AdaBoost.R2 builds a sequence of decision tree regressors where each accepted tree improves prediction ...
AdaBoost regression is most often used with data that has strictly numeric predictor variables. It is possible to use AdaBoost regression with mixed categorical and numeric data, by using ordinal ...