Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
laigen-supervised-learning
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
2020-02-20 22:11:24 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
28f7fff2250155f93224fecdde1fc246daac7db3
28f7fff2
1 parent
a2229ec2
Classification binding thrombin data set
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
binding-thrombin-dataset/training-crossvalidation-testing-binding-thrombin.py
binding-thrombin-dataset/training-crossvalidation-testing-binding-thrombin.py
View file @
28f7fff
...
...
@@ -189,10 +189,10 @@ if __name__ == "__main__":
print
(
" Done!"
)
print
(
' New shape of training matrix: '
,
X_train
.
shape
)
jobs
=
-
1
jobs
=
2
paramGrid
=
[]
nIter
=
20
crossV
=
10
nIter
=
5
crossV
=
5
print
(
"Defining randomized grid search..."
)
if
args
.
classifier
==
'SVM'
:
# SVM
...
...
Please
register
or
login
to post a comment