Skip to content

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.

10 results for “from:Majid Javanmard”

Is not really anybody answer me ????
Majid Javanmard · Mar 19, 2016 · r-help

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]]

Confidence Interval for Ipred Bagging outputs ?
Majid Javanmard · Mar 19, 2016 · r-help

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...

Confidence Interval for Ipred Bagging outputs (please help)
Majid Javanmard · Mar 14, 2016 · r-help

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...

Ipred Bagging Question
Majid Javanmard · Mar 11, 2016 · r-help

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...

Ipred Bagging Question
Majid Javanmard · Mar 12, 2016 · r-help

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...

Boosting Algorithm for Regression (Adaboost.R2)
Majid Javanmard · Mar 30, 2016 · r-help

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...

Is there any simple guide for spatialVx R package !?
Majid Javanmard · Feb 20, 2016 · r-help

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...

Does this code execute the bagging correctly ?!
Majid Javanmard · Apr 4, 2016 · r-help

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...

Bagging Question
Majid Javanmard · Mar 30, 2016 · r-help

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...

Is there any simple guide for spatialVx R package !?
Majid Javanmard · Feb 20, 2016 · r-help

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 .