NLP Project: Detecting Sarcasm Using Statistical Methods
I did 4 experiments: with logistic regression with multinomial naive bayes, with SVC, and finally with normalized training data through TFIDF fed to LinearSVC. For the latter, I achieved a precision and accuracy scores of 91% and recall and f1-score of 92%.
1/4/2022
210 views
Tags:
#python
#classification
#machine-learning