Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chouqin committed Sep 10, 2014
1 parent 39f9b60 commit c7ebaf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class DecisionTreeSuite extends FunSuite with LocalSparkContext {
assert(bestInfoStats == InformationGainStats.invalidInformationGainStats)
}

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

0 comments on commit c7ebaf1

Please sign in to comment.