Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -18,6 +18,11 @@ The main method follows the next pipeline: | ... | @@ -18,6 +18,11 @@ The main method follows the next pipeline: |
18 | - Transform TFIDF representations into their 200-dimensional SVD approximation | 18 | - Transform TFIDF representations into their 200-dimensional SVD approximation |
19 | - Predict useless/useful papers by means of their abstracts using pretrained Support Vector Machines | 19 | - Predict useless/useful papers by means of their abstracts using pretrained Support Vector Machines |
20 | 20 | ||
21 | +### Dependencies | ||
22 | + | ||
23 | +- Python 3.6 | ||
24 | +- Sckit-learn 0.18.1 | ||
25 | + | ||
21 | # Usage | 26 | # Usage |
22 | 27 | ||
23 | For filtering unknown abstracts run | 28 | For filtering unknown abstracts run | ... | ... |
-
Please register or login to post a comment