From 4047ef3c130675851d17fc115775b8177cf2ab48 Mon Sep 17 00:00:00 2001 From: sharadhi S S <60086120+sharadhirao@users.noreply.github.com> Date: Thu, 2 Jul 2020 19:16:35 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6031226..646a01f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # sentiment-analyisis -It actually uses the Movie dataset given by kaggle. i have done this project using google collab and used liner regression model. +The "Movie_sentiment_analysis using linear regression" uses dataset given by kaggle(train.tsv). I have done this project using google collab and used liner regression model. I got accuracy of 63.28%. + +The other two data set uses IMDB dataset.I have downloaded the dataset from kaggle and converted that into .csv files. + +In other two projects i used linear regression and random forest model and i got accuracy of 88.68% and 72.08% respectively.