Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
covid_analysis
Project overview
Project overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
COMPARA
covid_analysis
Commits
04e7acb1
Commit
04e7acb1
authored
May 13, 2024
by
Joaquin Torres
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
method names corrected for plots
parent
e45e7474
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
model_selection/test_models.py
model_selection/test_models.py
+1
-1
No files found.
model_selection/test_models.py
View file @
04e7acb1
...
...
@@ -277,7 +277,7 @@ if __name__ == "__main__":
scores_df
.
at
[
model_name
,
score_name
]
=
score_value
# Adjust layout and save/show figure
plt
.
tight_layout
()
plt
.
savefig
(
f
'./test_results/roc_pr_curves/{group}_{method}.svg'
,
format
=
'svg'
,
dpi
=
500
)
plt
.
savefig
(
f
'./test_results/roc_pr_curves/{group}_{method
_names[j]
}.svg'
,
format
=
'svg'
,
dpi
=
500
)
plt
.
close
(
fig
)
# Store the DataFrame in the dictionary with a unique key for each sheet
sheet_name
=
f
"{group}_{method_names[j]}"
...
...
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