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

Explain the classification report output more

2 merge requests!2Deleted Source/dist/ASYST.exe, Source/build/main/ASYST.pkg,...,!1Deleted Source/dist/ASYST.exe, Source/build/main/ASYST.pkg,...
Showing with 1 addition and 1 deletion
+1 -1
......@@ -222,7 +222,7 @@ def main():
# 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)
# 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