Ignacio Arroyo Fernández

Update README.md

......@@ -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`)
......