Please follow the instructions in requirement.txt to download required packages
There are many options to choose from :
- Enable data augmentation
- Choose to classify coarse / fine classes
- Choose different models (SVC/ LinearSVC / RandomForestClassifier/ SGDClassifier)
- Choose to enable different features (stemmer / lemma)
- Choose max_iters in training models
- Enable plotting of learning curve
```python train.py --use_uniq_only --use_stemmer --label_type coarse --model_name SVC --augmentdata```