Problem : To calculate accuracy about Randomforest ntree(from 1 ~ to 10), visualizing the results as a graph.

So, i was trying to make a code.

r = rpart(Species~., data = iris) for(i in 1:10) { f

More Nitin Sharma's questions See All
Similar questions and discussions