You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This model performs feature-extraction on the given dataset on the basis of polarity, wordclouds and by removing non-essential words, next it builds a vectorizer which turns the list of words into an array of numbers and then it classifies the reviews into negative or positive based on the keywords of the review.
Movie Review dataset (dataset.csv) uploaded to repository
About
This model performs feature-extraction on the given dataset on the basis of polarity, wordclouds and by removing non-essential words, next it builds a vectorizer which turns the list of words into an array of numbers and then it classifies the reviews into negative or positive based on the keywords of the review.