Classify tweets to positive, negative or neutral based on their emotions.
Different vectorization methods used and tested: bag-of-words, tf-idf, word embeddings.
Different classification methods: KNN, SVM, Round Robin (Pairwise classifier).
For more details on the project read/run the Jupyter notebook.