MAli7319 commited on
Commit
b6d2f14
·
1 Parent(s): ebbe7b4

Update strengths_and_weaknesses.txt

Browse files
Files changed (1) hide show
  1. strengths_and_weaknesses.txt +5 -5
strengths_and_weaknesses.txt CHANGED
@@ -1,10 +1,10 @@
1
  strengths
2
  - the model is trained with almost 15.000 comments and the distribution of the rates are balanced
3
- - it can predict the rating very accurate if the actual rating is in the interval [1,4]
4
- - capital letters does not effect the output rating
5
 
6
  weaknesses
7
- - the model is having trouble with predicting the rating if the actual rating is close to 0 and 5
8
  - longer comments tends to be considered as average rating since it increases the neutral score
9
- - typo in the comment is effecting the result
10
- - exclamation mark and emojis effects the output rating
 
1
  strengths
2
  - the model is trained with almost 15.000 comments and the distribution of the rates are balanced
3
+ - it can predict the rating more accurate if the actual rating is in between 2 and 4
4
+ - capital letters does not affect the output rating
5
 
6
  weaknesses
7
+ - the model is having trouble with predicting if the given rating is not consistent with comment itself in terms of sentiment
8
  - longer comments tends to be considered as average rating since it increases the neutral score
9
+ - typo in the comment is affecting the result
10
+ - exclamation mark and emojis are also affects the output rating