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:06:23 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22d297b0996419272034827c5a787fb8f80f045f
22d297b0
1 parent
cbac3989
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
README.md
README.md
View file @
22d297b
...
...
@@ -7,6 +7,7 @@ The main method follows the next pipeline:
### Training mode
-
Parse abstracts from two input files (classA and classB; see files format at the
`data/`
directory)
-
Transform abstracts into their TFIDF sparse representations
-
Transform TFIDF representations into their 200-dimensional SVD approximation and save it at
`model_binClass/svd_model.pkl`
-
Train Support Vector Machines with different parameters by using GridSearch
-
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`
)
...
...
Please
register
or
login
to post a comment