-
- Downloads
[SPARK-5604][MLLIB] remove checkpointDir from trees
This is the second part of SPARK-5604, which removes checkpointDir from tree strategies. Note that this is a break change. I will mention it in the migration guide. Author: Xiangrui Meng <meng@databricks.com> Closes #4407 from mengxr/SPARK-5604-1 and squashes the following commits: 13a276d [Xiangrui Meng] remove checkpointDir from trees
Showing
- examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala 2 additions, 1 deletion.../org/apache/spark/examples/mllib/DecisionTreeRunner.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/RandomForest.scala 0 additions, 1 deletion...main/scala/org/apache/spark/mllib/tree/RandomForest.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/Strategy.scala 4 additions, 6 deletions.../org/apache/spark/mllib/tree/configuration/Strategy.scala
- mllib/src/main/scala/org/apache/spark/mllib/tree/impl/NodeIdCache.scala 0 additions, 12 deletions.../scala/org/apache/spark/mllib/tree/impl/NodeIdCache.scala
Please register or sign in to comment