File size: 978 Bytes
ae1d4f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: app_id
    dtype: int64
  - name: Name
    dtype: string
  - name: Release date
    dtype: string
  - name: DLC count
    dtype: int64
  - name: Positive
    dtype: int64
  - name: Negative
    dtype: int64
  - name: Average playtime forever
    dtype: int64
  - name: Price
    dtype: float64
  - name: Developers
    dtype: string
  - name: Publishers
    dtype: string
  - name: Detailed description
    dtype: string
  - name: About the game
    dtype: string
  - name: Short description
    dtype: string
  - name: Categories
    dtype: string
  - name: Genres
    dtype: string
  - name: Achievements
    dtype: int64
  - name: Windows
    dtype: bool
  - name: Mac
    dtype: bool
  - name: Linux
    dtype: bool
  splits:
  - name: train
    num_bytes: 386383441
    num_examples: 97410
  download_size: 239948693
  dataset_size: 386383441
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---