search for: cvi_lu

Displaying 1 result from an estimated 1 matches for "cvi_lu".

Did you mean: cs_lu
2012 Dec 06
0
Package party Error in model.matrix.default(as.formula(f), data = blocks) :allocMatrix: too many elements specified
...received a commond error like others did from the past. > lu = read.csv(file=file.choose()) > lu.cf <- cforest(Target ~ ., data = lu, control = cforest_unbiased(mtry = 2, ntree = 50)) > lu.cf <- cforest(Target ~ ., data = lu, control = cforest_unbiased(mtry = 2, ntree = 100)) > cvi_lu = varimp(lu.cf,threshold = 0.2,conditional= TRUE,OOB=TRUE) Error in model.matrix.default(as.formula(f), data = blocks) : allocMatrix: too many elements specified Anybody please given suggestion? Thanks a lot! [[alternative HTML version deleted]]