abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!🌟💫 Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
179 stars 215 forks source link

Sentiment analysis for restaurant reviews (nlp) #584 #587

Closed ghousiya47 closed 4 months ago

ghousiya47 commented 4 months ago

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: ☑️

github-actions[bot] commented 4 months ago

Our team will soon review your PR. Thanks @ghousiya47 :)

ghousiya47 commented 4 months ago

@abhisheks008 please review my PR.

ghousiya47 commented 4 months ago

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.

ghousiya47 commented 4 months ago

@abhisheks008 I have even used nltk package, to remove stopwords and punctuation, This is an NLP technique

abhisheks008 commented 4 months ago

@abhisheks008 I have even used nltk package, to remove stopwords and punctuation, This is an NLP technique

Replied you in Discord.

ghousiya47 commented 4 months ago

@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.