-
- Downloads
[SPARK-14565][ML] RandomForest should use parseInt and parseDouble for feature...
[SPARK-14565][ML] RandomForest should use parseInt and parseDouble for feature subset size instead of regexes ## What changes were proposed in this pull request? This fix tries to change RandomForest's supported strategies from using regexes to using parseInt and parseDouble, for the purpose of robustness and maintainability. ## How was this patch tested? Existing tests passed. Author: Yong Tang <yong.tang.github@outlook.com> Closes #12360 from yongtang/SPARK-14565.
Showing
- mllib/src/main/scala/org/apache/spark/ml/tree/impl/DecisionTreeMetadata.scala 13 additions, 4 deletions.../org/apache/spark/ml/tree/impl/DecisionTreeMetadata.scala
- mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala 6 additions, 5 deletions.../src/main/scala/org/apache/spark/ml/tree/treeParams.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/RandomForest.scala 4 additions, 2 deletions...main/scala/org/apache/spark/mllib/tree/RandomForest.scala
- mllib/src/test/scala/org/apache/spark/ml/tree/impl/RandomForestSuite.scala 2 additions, 2 deletions...ala/org/apache/spark/ml/tree/impl/RandomForestSuite.scala
Please register or sign in to comment