python\ scripts/remove_duplicates_comments.py
python\ scripts/read_intent_classification_and_filter.py
- Stopwords 'from to' not removed
- Sequence should be maintained
- frequency word vector
- Decision tree
- KNN
- Logistic regression
- Naive bayes
python\ scripts/tokenize_training.ipynb
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt