Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
destory nodeToFeaturesBc
  • Loading branch information
zhengruifeng committed Jan 3, 2020
commit 53750d49bd4de04aa9acd75b74912a54afd54a2e
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ private[spark] object RandomForest extends Logging with Serializable {
binsToBestSplit(aggStats, splits, featuresForNode, nodes(nodeIndex))
(nodeIndex, (split, stats))
}.collectAsMap()
nodeToFeaturesBc.destroy()

timer.stop("chooseSplits")

Expand Down