Sentiment Analysis on Amazon Reviews using NLP and ML
Classifying a review as Positive or Negative by training the model using NLP technique like Tf-Idf vectorizer, then training the model using Logistic Regres
Classifying a review as Positive or Negative by training the model using NLP technique like Tf-Idf vectorizer, then training the model using Logistic Regression Classification algorithm to predict the nature of the review.