Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 458 Bytes

Sentimental Analysis

Tools required - Python IDE

Dataset- Book Reviews

Size of dataset - 10,000 Reviews

Type of dataset - JSON file

Here, we have used 3 different clasifier to predict the text review. One can use different classifier and can also vary the train and test data size.

Accuracy

SVM - 85%

Decicion Tree - 68%

naive Bayes - 64%

For more details and explaination, please read "Sentimental Analysis.md".