Skip to content
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

Adding RandomForest model for Sentiment analysis #24

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

kganeshv12
Copy link
Contributor

This PR is to provide solutions to issue #9

I have added the RandomForest_sentimentAnalysis.IPYNB which contains the model regarding sentiment analysis of Amazon reviews.

I have also added the dataset under the datasets folder.

I have also added an Explanation.md file which explains my solution as well as my analysis of the dataset which shows why it is not really feasible to predict the target attribute.

I am open to feedback and will be glad to work further on this problem if given additional inputs/ suggestions.

Thus, the issue of classifying sentiments using RandomForest classifier has been completed successfully. My model has acquired an accuracy of 91% in detecting the sentiments.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants