File size: 1,567 Bytes
cfde3cc
 
 
71a5201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cfde3cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
task_categories:
- text-classification

dataset_info:
  features:
    - name: product/title
      dtype: string
    - name: product/price
      dtype: string
    - name: review/helpfulness
      dtype: string
    - name: review/score
      dtype: 
        class_label:
          names:
            '0': 1 star
            '1': 2 stars
            '2': 3 stars
            '3': 4 stars
            '4': 5 stars
    - name: review/time
      dtype: int64
    - name: review/summary
      dtype: string
    - name: review/text
      dtype: string
    - name: product/category
      dtype:
        class_label:
          names:            
            '0': Amazon Instant Video
            '1': Arts
            '2': Automotive
            '3': Baby
            '4': Beauty
            '5': Book
            '6': Cell Phone
            '7': Clothing
            '8': Electronics
            '9': Gourmet Food
            '10': Health
            '11': Home & Kitchen
            '12': Industrial & Scientific
            '13': Jewelry
            '14': Kindle Store
            '15': Movie & TV
            '16': Musical Instrument
            '17': Music
            '18': Office
            '19': Patio
            '20': Pet Supply
            '21': Shoe
            '22': Software
            '23': Sports & Outdoor
            '24': Tools & Home Improvement
            '25': Toy & Game
            '26': Video Game
            '27': Watch
    - name: review/helpfulness_ratio
      dtype: float64
    - name: review/helpfulness_total_votes
      dtype: int64
---