Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hello I asked a question 3 times, but I got no answer for each of them. Thanks to R mailing list [[alternative HTML version deleted]]
Hello everyone here is the code that implements bagging using ipred package in R : library(ipred) library(mlbench) data("BostonHousing") # Test set error (nbagg=25, trees pruned): 3.41 (Breiman, 1996a, Table 8) mod <- bagging(medv ~ ., data=BostonHousing, coob=TRUE...
Hello everyone here is the code that implements bagging using ipred package : library(ipred) library(mlbench) data("BostonHousing") # Test set error (nbagg=25, trees pruned): 3.41 (Breiman, 1996a, Table 8) mod <- bagging(medv ~ ., data=BostonHousing, coob=TRUE) print(mod...
Hello everyone here is the code that implements bagging using ipred package : library(ipred) library(mlbench) data("BostonHousing") # Test set error (nbagg=25, trees pruned): 3.41 (Breiman, 1996a, Table 8) mod <- bagging(medv ~ ., data=BostonHousing, coob=TRUE) print(mod...
Hello everyone here is the code that implements bagging using ipred package : library(ipred) library(mlbench) data("BostonHousing") # Test set error (nbagg=25, trees pruned): 3.41 (Breiman, 1996a, Table 8) mod <- bagging(medv ~ ., data=BostonHousing, coob=TRUE) print(mod...
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...
I was searching a windows-based software to execute CRA(contiguous rain area) method, I failed, but I found a R package and its example to execute this method but I encountered some ambiguities !! here is the example code : data...
Hello the code : set.seed(10) y<-c(1:1000) x1<-c(1:1000)*runif(1000,min=0,max=2) x2<-c(1:1000)*runif(1000,min=0,max=2) x3<-c(1:1000)*runif(1000,min=0,max=2...
Hello here is the code implements bagging that I copied from net ( http://www.r-bloggers.com/improve-predictive-performance-in-r-with-bagging/) : set.seed(10) y<-c(1:1000) x1<-c(1:1000)*runif(1000,min=0,max...
I checked datasets,however, it is my ambiguities, I mean why there is no Lat/Lon in pert000 and pert004 datasets, and how conncet data to each other !!? another question : does this package match the two entities which RMSE is...
Can't find what you're looking for? Try searching with Google .