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 04:10:11 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cad886a9eadfed663818bf22248ab792884f2f0b
cad886a9
1 parent
07ee2a9b
Classification transcription factor structural domain sentences
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
text-dom-dataset/training-crossvalidation-testing-dom-v1.py
text-dom-dataset/training-crossvalidation-testing-dom-v1.py
View file @
cad886a
...
...
@@ -287,7 +287,7 @@ if __name__ == "__main__":
y_pred
=
myClassifier
.
predict
(
X_test
)
best_parameters
=
myClassifier
.
best_estimator_
.
get_params
()
if
args
.
classifier
==
"SVM"
:
confidence_scores
=
c
lassifier
.
decision_function
(
X_test
)
confidence_scores
=
myC
lassifier
.
decision_function
(
X_test
)
print
(
" Done!"
)
print
(
"Saving report..."
)
...
...
Please
register
or
login
to post a comment