Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit f1b3aba

Browse files
author
Peng Meng
committed
remove unused print
1 parent a715d88 commit f1b3aba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sparkbench/ml/src/main/scala/com/intel/sparkbench/ml/RandomForestClassification.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ object RandomForestClassification {
6767
}
6868
val testErr = labelAndPreds.filter(r => r._1 != r._2).count.toDouble / testData.count()
6969
println("Test Error = " + testErr)
70-
println("Learned classification forest model:\n" + model.toDebugString)
7170

7271
sc.stop()
7372
}

0 commit comments

Comments
 (0)