-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e10a153
commit 4047ef3
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |