-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentiment analysis for restaurant reviews (nlp) #584 #587
Sentiment analysis for restaurant reviews (nlp) #584 #587
Conversation
Our team will soon review your PR. Thanks @ghousiya47 :) |
@abhisheks008 please review my PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't find out any NLP models/methods in this project.
@ghousiya47 please take a look at this.
@abhisheks008 sir i have used TF-IDF and CountVectorizer techniques, this are NLP methods. Using CountVectorizer I have represented each review as a bag of its words, ignoring grammar and word order but keeping track of word frequency. |
@abhisheks008 I have even used nltk package, to remove stopwords and punctuation, This is an NLP technique |
Replied you in Discord. |
@abhisheks008 Sir I have updated my README.md file kindly review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved under JWOC 2024 @ghousiya47
Pull Request for ML-Crate 💡
Issue Title: Sentiment Analysis for Restaurant Reviews (NLP) #584
Closes: #584 that will be closed through this PR
Describe the add-ons or changes you've made 📃
Give a clear description of what have you added or modifications made
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
I have tested my model by checking it's testing and training accuracy, i got highest testing accuracy of around 93% for training accuracy 97% for SVM Algorithm.
Checklist: ☑️