Skip to content

Commit

Permalink
fix typi
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Aug 6, 2018
1 parent 1455a71 commit 83e9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark_/train_spark_GBT.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static void main(String[] args) {
// evaluate the model

System.out.println("----------------- accuracy ----------------- ");
System.out.println("Trained RF model:\n" + gbtModel.toDebugString());
System.out.println("Trained GBT model:\n" + gbtModel.toDebugString());
System.out.println("accuracy: " + rmse );
System.out.println("----------------- accuracy ----------------- ");
}
Expand Down

0 comments on commit 83e9e6c

Please sign in to comment.