We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4731cda commit 5eca9e4Copy full SHA for 5eca9e4
mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala
@@ -275,8 +275,8 @@ object DecisionTree extends Serializable with Logging {
275
private val InvalidBinIndex = -1
276
277
/**
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.
+ * Returns an array of optimal splits for all nodes at a given level. Splits the task into
+ * multiple groups if the level-wise training task could lead to memory overflow.
280
*
281
* @param input RDD of [[org.apache.spark.mllib.regression.LabeledPoint]] used as training data
282
* for DecisionTree
0 commit comments