Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
0e3423c4
Commit
0e3423c4
authored
Mar 31, 2020
by
Alessia Marcolini
Browse files
Fix resplitter args
parent
57a0b745
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
0e3423c4
...
...
@@ -72,11 +72,11 @@ This creates 10 TR/TS partitions, with ID 0 to 9. To further partition into the
```
bash
for
dataset
in
tcga_aml tcga_kirc
;
do
python resplitter.py
--datafolder
data
/
$dataset
--target
OS
--n_splits_start
0
--n_splits_end
10
--split_offset
50
python resplitter.py
--datafolder
data
--dataset
=
$dataset
--target
OS
--n_splits_start
0
--n_splits_end
10
--split_offset
50
done
for
target
in
ER subtypes
;
do
python resplitter.py
--datafolder
data
/
tcga_breast
--target
$target
--n_splits_start
0
--n_splits_end
10
--split_offset
50
python resplitter.py
--datafolder
data
--dataset
=
tcga_breast
--target
$target
--n_splits_start
0
--n_splits_end
10
--split_offset
50
done
```
...
...
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