Skip to content

Commit

Permalink
merged with master, fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbradley committed Oct 17, 2014
1 parent 9dbd000 commit 9132321
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private class RandomForest (
treeToNodeToIndexInfo, splits, bins, nodeQueue, timer)
timer.stop("findBestSplits")
}
baggedInput.unpersist()

baggedInput.unpersist()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@

package org.apache.spark.mllib.tree.impl

import org.apache.spark.Logging

import scala.collection.mutable

import org.apache.spark.Logging
import org.apache.spark.mllib.regression.LabeledPoint
import org.apache.spark.mllib.tree.configuration.Algo._
import org.apache.spark.mllib.tree.configuration.QuantileStrategy._
Expand Down

0 comments on commit 9132321

Please sign in to comment.