Fahad Abdullah Alatallah - Sentiment Analyzer#8
Open
FahadAAlatallah wants to merge 1 commit intoGDSC-IAU:masterfrom
Open
Fahad Abdullah Alatallah - Sentiment Analyzer#8FahadAAlatallah wants to merge 1 commit intoGDSC-IAU:masterfrom
FahadAAlatallah 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.
-A description of the project.
The goal of the project using dataset of prodect reviews and getting the Sentiment analysis of it.then categories each review if its (good, bad, neutral) .
-A description of the dataset used.
a collection of product reviews
-A description of the methods used to analyze the data.
import the library needed. then retrive the data from data.csv.after that create function callded getSentiment getting Sentiment from the data and call the function then categories score range.Last create column that contain categories for each review
-A description of the results.
The result appears to you based on the data and classifications that you set. For example, the result appears as Good if the Score is greater than 0.1, otherwise as shown in the code.