Skip to content

Commit 5eca9e4

Browse files
committed
grammar
1 parent 4731cda commit 5eca9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ object DecisionTree extends Serializable with Logging {
275275
private val InvalidBinIndex = -1
276276

277277
/**
278-
* Returns an array of optimal splits for all nodes at a given level. Splits the tasks into
279-
* multiple groups if the level-wise training tasks could lead to memory overflow.
278+
* Returns an array of optimal splits for all nodes at a given level. Splits the task into
279+
* multiple groups if the level-wise training task could lead to memory overflow.
280280
*
281281
* @param input RDD of [[org.apache.spark.mllib.regression.LabeledPoint]] used as training data
282282
* for DecisionTree

0 commit comments

Comments
 (0)