Hello Erin
Thanks for your comment.
However, if I understand correctly, the idea of grid is: you give to the function a list of parameters, and the function will say which parameter is the best one. Even we can do it manually I think: just run randomForest several time with different parameter each time, log all the results and see what parameter provide the highest accuracy.
But my question is, what should be the "best" parameter (for instance, in randomForest, how many trees ntrees we should use, and other parameters). Of course, the naive way is I can give the list 1:5000000 to h2o.grid () and let it run, but I believe that there should be a smarter way.
Please correct me if I am wrong.