Commit 78131ec0 authored by Pado's avatar Pado
Browse files

Explain the classification report output more

parent 36a33780
...@@ -222,7 +222,7 @@ def main(): ...@@ -222,7 +222,7 @@ def main():
# Write the classification report to the file # Write the classification report to the file
writer.write("\nClassification Report:\n") writer.write("\nClassification Report - high Precision for classes correct or incorrect indicates that the class prediction is reliable:\n")
writer.write(formatted_output) writer.write(formatted_output)
# print('\nExecution time:', time.strftime("%H:%M:%S", time.gmtime(time.time() - start_time)),file=out) # print('\nExecution time:', time.strftime("%H:%M:%S", time.gmtime(time.time() - start_time)),file=out)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment