Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
dbc4e4fb
Commit
dbc4e4fb
authored
Mar 31, 2020
by
Alessia Marcolini
Browse files
Fix typo
parent
4515328f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dbc4e4fb
...
...
@@ -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
=
$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
--dataset
=
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
Supports
Markdown
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