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
Ignacio Arroyo Fernández
2018-04-03 20:04:57 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbac3989e38499f3e4a27586268be7d2a05d51c2
cbac3989
1 parent
80dc62e8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
cbac398
...
...
@@ -8,8 +8,8 @@ The main method follows the next pipeline:
-
Parse abstracts from two input files (classA and classB; see files format at the
`data/`
directory)
-
Transform abstracts into their TFIDF sparse representations
-
Train Support Vector Machines with different parameters by using GridSearch
-
Select the best estimator and save it at
`model/svm_model.pkl`
(default)
-
Save TFIDF transformation for keeping the training vocabulary (stored at
`model/tfidf_model.pkl`
)
-
Select the best estimator and save it at
`model
_binClass
/svm_model.pkl`
(default)
-
Save TFIDF transformation for keeping the training vocabulary (stored at
`model
_binClass
/tfidf_model.pkl`
)
### Prediction mode
-
Parse abstracts from a unique input file
...
...
Please
register
or
login
to post a comment