gimseng / 99-ML-Learning-Projects

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

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

Open daretechie opened 4 years ago

daretechie commented 4 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]

ruhi47 commented 1 month ago

Will take if still open, Thank you!