reviews_classifier / README.md
dariadaria's picture
Update README.md
d89e25d

SENTIMENT_LABELS = { 'NEGATIVE': 0, 'POSITIVE': 1, 'NEUTRAL': 2, }

num_classes = 3


language:

  • en

thumbnail: "url to a thumbnail used in social sharing"

tags:

  • sentiment analysis

license: commercial use disallowed

datasets:

  • dariadaria/disneyland_reviews

metrics: confusion matrix | | pred:0(NEG)| pred:1(POS)| pred:2(NEU)| | ------------ | --------- | ----------- | ----------- | | true:0(NEG) | 793| 188| 171| | true:1(POS) | 227 | 920| 260| | true:2(NEU) | 115 | 203| 5087|