Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sven Steinkemper
MA_MorbusCrohn
Commits
0d8a00f2
Commit
0d8a00f2
authored
Nov 01, 2022
by
sven
Browse files
Added Missing Sample Size Results
parent
d6bb14b3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Results/SampleSize/sample_size_results_seeds_all.csv
View file @
0d8a00f2
This diff is collapsed.
Click to expand it.
main.py
View file @
0d8a00f2
...
...
@@ -179,7 +179,7 @@ def main():
print
(
data
.
shape
)
for
cal
in
classifiers
:
for
seed
in
[
4725
,
4727
,
4732
,
4757
]:
evaluate_sample_sizes
(
gene_data
=
data
,
gene_labels
=
labels
,
clf
=
cal
,
feature_selection
=
"
CAE
"
,
seed
=
seed
)
evaluate_sample_sizes
(
gene_data
=
data
,
gene_labels
=
labels
,
clf
=
cal
,
feature_selection
=
"
VT
"
,
seed
=
seed
)
# explain(data=data, labels=labels, clf="SVM", selector="VT")
#
# clear_tmp()
...
...
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