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
180 stars 215 forks source link

Sentiment Analysis for Restaurant Reviews (NLP) #584

Closed ghousiya47 closed 4 months ago

ghousiya47 commented 4 months ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : Sentiment Analysis for Restaurant Reviews (NLP) :red_circle: Aim : Perform EDA and predict the review, positive or negative :red_circle: Dataset : https://www.kaggle.com/datasets/d4rklucif3r/restaurant-reviews :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

ghousiya47 commented 4 months ago

@abhisheks008 Sir I have a created a PR, can you please assign me under JWOC,. I need to create a classification model.

abhisheks008 commented 4 months ago

This project repo is solely based on machine learning methods, instead of NLP methods (For those models we have Deep Learning Simplified Repository). Can you brief the issue w.r.t. ML-Crate.

ghousiya47 commented 4 months ago

@abhisheks008 here we need to create a classification model to predict whether the review is positive or negative using various ml algorithms like naive bayes, random forest algorithm, logistic regression. nlp is because the review is in our natural language, like review it was fantastic. so we need to first clean our review data by removing stopwords, punctuation, perform eda, then vectorize our review, andd then create a ml model.

ghousiya47 commented 4 months ago

@abhisheks008 before we create ml model we need to do tokenization of review column

abhisheks008 commented 4 months ago

Issue assigned under JWOC 2024 @ghousiya47