Skip to content

Commit f1d11d1

Browse files
committed
fix typo
1 parent c7ebaf1 commit f1d11d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ class DecisionTreeSuite extends FunSuite with LocalSparkContext {
706706
assert(bestInfoStats == InformationGainStats.invalidInformationGainStats)
707707
}
708708

709-
test("don't chose split that doesn't satisfy min instance per node requirements") {
709+
test("don't choose split that doesn't satisfy min instance per node requirements") {
710710
// if a split doesn't satisfy min instances per node requirements,
711711
// this split is invalid, even though the information gain of split is large.
712712
val arr = new Array[LabeledPoint](4)

0 commit comments

Comments
 (0)