Skip to content

Commit

Permalink
remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng Meng committed Oct 24, 2017
1 parent a715d88 commit f1b3aba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ object RandomForestClassification {
}
val testErr = labelAndPreds.filter(r => r._1 != r._2).count.toDouble / testData.count()
println("Test Error = " + testErr)
println("Learned classification forest model:\n" + model.toDebugString)

sc.stop()
}
Expand Down

0 comments on commit f1b3aba

Please sign in to comment.