Danah Almuhaysin project - Sentiment analysis#12
Open
Danhh-zk wants to merge 1 commit intoGDSC-IAU:masterfrom
Open
Danah Almuhaysin project - Sentiment analysis#12Danhh-zk wants to merge 1 commit intoGDSC-IAU:masterfrom
Danhh-zk wants to merge 1 commit intoGDSC-IAU:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Project Description:
The goal of this project is to analyze a dataset of product reviews and sentiment text to identify positive and negative text.
Description of the dataset:
The data set used in this project consists of several characteristics, but the ones we no longer need have been deleted.
Name: Product name.
Brand: From which company the product was sold
Rating: Rating given by the user on a scale from 1 to 5.
Text title: The address for reviewing the text
Text review: which can be either “positive” or “negative”.
The dataset provides a valuable resource for investigating the correspondence between ratings and sentiment and identifying cases where the sentiment analysis model may have made errors.
To analyze the data, the following steps were carried out:
Data Loading: A set of data has been loaded into a Pandas DataFrame to facilitate data processing and analysis
Detecting the presence of errors or duplication in the data
Classifying data into positive, negative, and neutral
Description of results:
The analysis revealed the number of false positives and negatives in the data set. These values indicate instances where the sentiment analysis model misclassified reviews based on ratings. By examining these results, we can gain insight into the performance of the sentiment analysis model and identify areas for improvement.
By addressing false positives and negatives, we can enhance the accuracy of sentiment analysis, which is crucial for various applications such as customer feedback analysis, brand monitoring, and market research.