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-19 23:27:56 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37f5d3865a00d9605f3ce1002bc3d464e01f22a9
37f5d386
1 parent
698e5308
Training and testing binding thrombin dataset
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
clasificacion-automatica/binding-thrombin-dataset/training-validation-binding-thrombin.py
clasificacion-automatica/binding-thrombin-dataset/training-validation-binding-thrombin.py
View file @
37f5d38
...
...
@@ -85,7 +85,7 @@ if __name__ == "__main__":
print
(
"File to place output model: "
+
str
(
args
.
outputModelFile
))
print
(
"Path to place evaluation report: "
+
str
(
args
.
outputReportPath
))
print
(
"File to place evaluation report: "
+
str
(
args
.
outputReportFile
))
print
(
"Classifier: "
+
str
(
args
.
outputFile
))
print
(
"Classifier: "
+
str
(
args
.
classifier
))
# Start time
t0
=
time
()
...
...
Please
register
or
login
to post a comment