Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
8036b8e1
Commit
8036b8e1
authored
Aug 18, 2021
by
Paul McCarthy
🚵
Browse files
MNT: Use skipUnknowns in FMRIB configuration profile
parent
266af38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
funpack/configs/fmrib/processing.tsv
View file @
8036b8e1
...
...
@@ -33,5 +33,7 @@ all_except,6150,6155,20001,20002,20003,20004,20199,40001,40002,40006,40011,40012
41202,41203,41270,41271 removeIfSparse(minpres=10)
# Drop columns which are correlated with other columns (the one
# with more missing values is dropped).
all removeIfRedundant(0.99, 0.2)
# with more missing values is dropped). If processing
# unknown/uncategorised data fields, do not remove columns that
# are redundant w.r.t. those unknowns/uncategorised.
all removeIfRedundant(0.99, 0.2, skipUnknowns=True)
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