Hi,

Is there any reason behind to limit  maxDepth <= 30?  Can it be deeper?

----------------
Exception in thread "main" java.lang.IllegalArgumentException: requirement
failed: DecisionTree currently only supports maxDepth <= 30, but was given
maxDepth = 50.

at scala.Predef$.require(Predef.scala:233)
at org.apache.spark.mllib.tree.RandomForest.run(RandomForest.scala:169)
----------------

Regards

Reply via email to