Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
lcg-bioinfoI-bionlp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-09-20 08:31:43 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8423bc5526f777a182ea9acecc657941b4eabeab
8423bc55
1 parent
d032b434
Training, crossvalidation and testing dataset
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
clasificacion-automatica/binding-thrombin-dataset/training-crossvalidation-testing-binding-thrombin.py
clasificacion-automatica/binding-thrombin-dataset/training-crossvalidation-testing-binding-thrombin.py
View file @
8423bc5
...
...
@@ -89,7 +89,7 @@ if __name__ == "__main__":
choices
=
(
'linear'
,
'rbf'
,
'poly'
),
default
=
'linear'
)
parser
.
add_argument
(
"--reduction"
,
dest
=
"reduction"
,
help
=
"Feature selection or dimensionality reduction"
,
metavar
=
"NAME"
,
choices
=
(
'SVD200'
,
'SVD300'
,
'CHI250'
,
'CHI2100'
),
default
=
'SVD200'
)
choices
=
(
'SVD200'
,
'SVD300'
,
'CHI250'
,
'CHI2100'
),
default
=
None
)
args
=
parser
.
parse_args
()
...
...
Please
register
or
login
to post a comment