gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Determine which Naive Bayes algorithm is the Best to analyse Sentiment #148

Open dhrey112 opened 3 years ago

dhrey112 commented 3 years ago

Learning Goals

Exercise Statement Provided a dataset of users' reviews of negative and positive classier, the model should be able to predict if a word or phrase is negative or positive.

Prerequisites nltk, sklearn

Data source/summary: The dataset contains a csv file consisting of amazon_cell reviews, yelp user reviews, and imdb review, and the typical responses they have

Suggest/Propose Solutions I have the solution and will be happy to create a pull request to include the exercise statement/solution]