Skip to content

buor90/Sentimental_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sentimental Analysis

A sentimental analysis of IMDB movie ratings using MultinomialNB classifier.

Features

  • Text preprocessing (cleaning, lemmatization, stopword removal)
  • CountVectorizer
  • Multinomial Naive Bayes classification
  • Model evaluation with classification report

Results

Class 1 : Precision : 87% F1-Score : 86% Recall : 84%

Class 0 : Precision : 85% F1-Score : 86% Recall : 88%

About

This repository contains the files of a sentimental analysis done on the IMDB movie ratings dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors