Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Evaluation künstlicher neuronaler Netze für eine OOS-Erkennung
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Evaluation künstlicher neuronaler Netze für eine OOS-Erkennung
Commits
54ccd927
Commit
54ccd927
authored
Jan 22, 2023
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Länge der Modells wurde falsch berechnet
parent
a7fb5aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
createExcelFile.py
src/result/createExcelFile.py
+1
-1
No files found.
src/result/createExcelFile.py
View file @
54ccd927
...
...
@@ -95,7 +95,7 @@ def average_evaluate_cross_validation(worksheet, r, model_evaluate_metrics, trai
worksheet
.
cell
(
row
=
r
,
column
=
5
)
.
value
=
'recall_not_oos'
worksheet
.
cell
(
row
=
r
,
column
=
6
)
.
value
=
'duration'
r
=
r
+
1
worksheet
.
cell
(
row
=
r
,
column
=
1
)
.
value
=
len
(
t
otal_information
)
worksheet
.
cell
(
row
=
r
,
column
=
1
)
.
value
=
len
(
t
raining_duration_models
)
worksheet
.
cell
(
row
=
r
,
column
=
2
)
.
value
=
total_information
[
0
]
worksheet
.
cell
(
row
=
r
,
column
=
3
)
.
value
=
total_information
[
1
]
worksheet
.
cell
(
row
=
r
,
column
=
4
)
.
value
=
total_information
[
2
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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