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
b682c08b
Commit
b682c08b
authored
May 27, 2024
by
Joaquin Torres
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed random state
parent
7660a0e0
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66455 additions
and
64670 deletions
+66455
-64670
model_selection/cv_metric_gen.py
model_selection/cv_metric_gen.py
+1
-1
model_selection/output_cv_metrics/curves/post_ORIG.svg
model_selection/output_cv_metrics/curves/post_ORIG.svg
+66454
-64669
model_selection/output_cv_metrics/metrics.xlsx
model_selection/output_cv_metrics/metrics.xlsx
+0
-0
No files found.
model_selection/cv_metric_gen.py
View file @
b682c08b
...
...
@@ -184,7 +184,7 @@ if __name__ == "__main__":
3
:
"UNDER"
}
# Defining cross-validation protocol
cv
=
StratifiedKFold
(
n_splits
=
10
,
shuffle
=
True
,
random_state
=
1
)
cv
=
StratifiedKFold
(
n_splits
=
10
,
shuffle
=
True
,
random_state
=
42
)
# --------------------------------------------------------------------------------------------------------
# Metric generation through cv for tuned models3
...
...
model_selection/output_cv_metrics/curves/post_ORIG.svg
View file @
b682c08b
This diff is collapsed.
Click to expand it.
model_selection/output_cv_metrics/metrics.xlsx
View file @
b682c08b
No preview for this file type
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