search for: stepfactor

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

Did you mean: stepfactory
2010 Dec 21
1
randomForest: tuneRF error
Just curious if anyone else has got this error before, and if so, would know what I could do (if anything) to get past it: > mtry <- tuneRF(training, trainingdata$class, ntreeTry = 500, stepFactor = 2, improve = 0.05, trace = TRUE, plot = TRUE, doBest = FALSE) mtry = 13 OOB error = 0.62% Searching left ... mtry = 7 OOB error = 1.38% -1.222222 0.05 Searching right ... mtry = 26 OOB error = 0.24% 0.6111111 0.05 mtry = 52 OOB error = 0.07% 0.7142857 0.05 mtry = 104 OOB...