The particular problem I try to solve require me to control the depth of trees in a random forest model. The most popular randomForest package does not allow users to precisely control the maximum depth. Are there any random forest implementations that control the max depth?
I am dealing with a large dataset, so speed is also a consideration.