Re: [R] Boosting Algorithm for Regression (Adaboost.R2)

2016-03-30 Thread Bert Gunter
https://cran.r-project.org/web/views/MachineLearning.html What do you mean by Prediction Interval? I doubt that this has clear meaning in the boosting context. You might want to follow up this statistical question on a statistical or machine learning list like stats.stackexchange.com . Bert Gun

[R] Boosting Algorithm for Regression (Adaboost.R2)

2016-03-30 Thread Majid Javanmard
Hello I am new to R , Is there any code to run Adaboost.R2 in r ?! I wrote a code from example of gbm package, but I can not have prediction interval would you help me ?! library(gbm) mm <- read.table("E:/bagg.txt",TRUE) xnam <- paste("x", 1:50, sep="") fmla <- as.formula(paste("y ~ ", paste(xna