hbfreed commited on
Commit
c9f3b1c
1 Parent(s): 3f149e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -23
README.md CHANGED
@@ -39,30 +39,30 @@ With the additional metadata, one can imagine much more interesting classificati
39
  The dataset is three JSON files, split into train (80%), val (10%), and test (10%) files. They are structured as follows:
40
 
41
 
42
- {
43
-
44
- "date": "2017-05-06",
45
-
46
- "pitch": "CU",
47
-
48
- "mph": "73.6",
49
-
50
- "spin_rate": "1997",
51
-
52
- "pitcher": "Garza, Matt(R)",
53
-
54
- "batter": "Jaso, John(L)",
55
-
56
- "zone": "8",
57
-
58
- "count": "0-1",
59
-
60
- "inning": "Bot 5",
61
-
62
- "pitch_result": "Called Strike",
63
 
64
- "video_link": "https://baseballsavant.mlb.com/sporty-videos?playId=e790b6cf-7ac4-45b8-8cd3-9cef03d759cb"
65
- }.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
 
 
39
  The dataset is three JSON files, split into train (80%), val (10%), and test (10%) files. They are structured as follows:
40
 
41
 
42
+ {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
+ "date": "2017-05-06",
45
+
46
+ "pitch": "CU",
47
+
48
+ "mph": "73.6",
49
+
50
+ "spin_rate": "1997",
51
+
52
+ "pitcher": "Garza, Matt(R)",
53
+
54
+ "batter": "Jaso, John(L)",
55
+
56
+ "zone": "8",
57
+
58
+ "count": "0-1",
59
+
60
+ "inning": "Bot 5",
61
+
62
+ "pitch_result": "Called Strike",
63
+
64
+ "video_link": "https://baseballsavant.mlb.com/sporty-videos?playId=e790b6cf-7ac4-45b8-8cd3-9cef03d759cb"
65
+ }.
66
 
67
 
68