Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -85,7 +85,7 @@ if __name__ == "__main__": | ... | @@ -85,7 +85,7 @@ if __name__ == "__main__": |
| 85 | print("File to place output model: " + str(args.outputModelFile)) | 85 | print("File to place output model: " + str(args.outputModelFile)) |
| 86 | print("Path to place evaluation report: " + str(args.outputReportPath)) | 86 | print("Path to place evaluation report: " + str(args.outputReportPath)) |
| 87 | print("File to place evaluation report: " + str(args.outputReportFile)) | 87 | print("File to place evaluation report: " + str(args.outputReportFile)) |
| 88 | - print("Classifier: " + str(args.outputFile)) | 88 | + print("Classifier: " + str(args.classifier)) |
| 89 | 89 | ||
| 90 | # Start time | 90 | # Start time |
| 91 | t0 = time() | 91 | t0 = time() | ... | ... |
-
Please register or login to post a comment