hbfreed commited on
Commit
e7e2944
1 Parent(s): 98f3022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -73,3 +73,8 @@ The data were scraped from Baseball Savant's [Statcast Search](https://baseballs
73
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
74
  First, as with Picklebot-50K, only balls and called strikes were connected. Additionally, this dataset is quite unbalanced: about two-thirds of the pitches are balls, and almost half of them are fourseam fastballs (see the plots below).
75
  One should take care dealing with these imbalances.
 
 
 
 
 
 
73
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
74
  First, as with Picklebot-50K, only balls and called strikes were connected. Additionally, this dataset is quite unbalanced: about two-thirds of the pitches are balls, and almost half of them are fourseam fastballs (see the plots below).
75
  One should take care dealing with these imbalances.
76
+
77
+ ## Plots
78
+ ![Percentages of Pitch Results in Picklebot-2M.](plots/pitch_results.png)
79
+ ![Distribution of Pitch Types in Picklebot-2M](plots/pitch_types.png)
80
+ ![Distribution of Pitch Zones in Picklebot-2M](plots/pitch_zones.png)