-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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