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
7 months ago
by
Pado
Browse files
Options
Download
Email Patches
Plain Diff
Explain the classification report output more
parent
36a33780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Skript/german/run_LR_SBERT.py
+1
-1
Source/Skript/german/run_LR_SBERT.py
with
1 addition
and
1 deletion
+1
-1
Source/Skript/german/run_LR_SBERT.py
+
1
-
1
View file @
78131ec0
...
@@ -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
(
"
\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
)
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)
...
...
This diff is collapsed.
Click to expand it.
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