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
2019-04-09 12:26:00 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
158e7f6c9e4add94d8234f9608a4ad043050c9ee
158e7f6c
1 parent
cebe0d3a
Iris dataset for automatic clasification
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
clasificacion-automatica/iris-dataset/trainingEvaluation_Iris_v1.py
clasificacion-automatica/iris-dataset/trainingEvaluation_Iris_v1.py
View file @
158e7f6
...
...
@@ -166,7 +166,7 @@ if __name__ == "__main__":
oFile
.
write
(
"Weight matrices:
\n
"
)
if
options
.
classifier
==
"MLPClassifier"
:
for
coef
in
classifier
.
coefs_
:
oFile
.
write
(
"{}"
.
format
(
coef
.
shape
))
oFile
.
write
(
"{}"
.
format
(
coef
))
print
(
" Saving test report done!"
)
print
(
"Training and test done in:
%
fs"
%
(
time
()
-
t0
))
...
...
Please
register
or
login
to post a comment