Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bioNLP-UNAM
/
useless
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-04-03 20:26:28 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
894d84828d1e57b3b30f2811db7353071a60d822
894d8482
1 parent
c72f697b
Final version binClass for papers
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
filter_papers.py
filter_papers.py
View file @
894d848
...
...
@@ -44,7 +44,7 @@ if args.traind and not args.input:
labels
=
data
.
target_names
vectorizer
=
TfidfVectorizer
(
binary
=
True
)
print
(
vectorizer
)
f0
=
open
(
"model_params.conf"
)
f0
=
open
(
"model_params
_binClass
.conf"
)
n_iter_search
=
10
params
=
[
p
for
p
in
csv
.
DictReader
(
f0
)]
f0
.
close
()
...
...
Please
register
or
login
to post a comment