Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
ASYST
Commits
78131ec0
Commit
78131ec0
authored
Oct 22, 2024
by
Pado
Browse files
Explain the classification report output more
parent
36a33780
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/Skript/german/run_LR_SBERT.py
View file @
78131ec0
...
...
@@ -222,7 +222,7 @@ def main():
# Write the classification report to the file
writer
.
write
(
"
\n
Classification Report:
\n
"
)
writer
.
write
(
"
\n
Classification 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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment