The script now only supports training and testing given an input dataset, we need to add a new function to support prediction given a new example.
- Save the trained models (doc2vec, random forest/logisitc regression)
- Load them when the user wants to predict the sentiment of a specific input text.
Depends on #14
The script now only supports training and testing given an input dataset, we need to add a new function to support prediction given a new example.
Depends on #14