issues
search
nicholson2208
/
smt-data-challenge
An exploration of first baseman receiving for the 2023 SMT Data Challenge
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upload the finished paper with a cover page
#53
nicholson2208
closed
1 year ago
0
Add the media from the paper to the README
#52
nicholson2208
closed
1 year ago
0
Analysis first pass
#51
nicholson2208
closed
1 year ago
0
Analysis first pass
#50
nicholson2208
closed
1 year ago
0
Manually tag the ones that are mis tagged because of data issues
#49
nicholson2208
closed
1 year ago
0
Consider how to relax the outs assumptions to get more data
#48
nicholson2208
closed
1 year ago
1
The thing is I want to capture both the receive and the throw! change my little pulling things script
#47
nicholson2208
closed
1 year ago
0
Need to come up with a way to figure out which person was out on a double play!
#46
nicholson2208
closed
1 year ago
2
Add more angles into the data, refine distance measures
#45
nicholson2208
closed
1 year ago
1
The gif isn't real time because it plots for every timestamp that is in the union of all data -- change this to make it more smooth
#44
nicholson2208
closed
1 year ago
0
get the analysis first pass up to date
#43
nicholson2208
closed
1 year ago
0
Fix plot
#42
nicholson2208
closed
1 year ago
0
Double check the timing of the gif plotting -- it looks the ball and players are on different time scales?
#41
nicholson2208
closed
1 year ago
2
Could note that as a corallary, we can analyze the kinds of throws that are errors too!
#40
nicholson2208
closed
1 year ago
1
Outs
#39
nicholson2208
closed
1 year ago
0
Fielders choice outs at second are not working right now
#38
nicholson2208
closed
1 year ago
1
Make an option to go back through for untrusted half innings, and attempt to fill in outs
#37
nicholson2208
closed
1 year ago
1
242 in 1903_29_TeamNF_TeamA2 is a strike em out throw em out DP, add to impute outs?
#36
nicholson2208
closed
1 year ago
0
Where there is only a single play in a half inning, impute_outs tries to assign np.nan, and it yells
#35
nicholson2208
closed
1 year ago
0
I need to collect several type of play for this analysis -- successful throws to first, unsuccessful throws to first that are caught, unsuccessful throws to first that are not caught
#34
nicholson2208
closed
1 year ago
2
Add previous event to events
#33
nicholson2208
closed
1 year ago
0
Fill in missing base runners with player_pos data
#32
nicholson2208
closed
1 year ago
2
Make a minimal test suite, so I can at least track what is and isn't a known data issue
#31
nicholson2208
closed
1 year ago
1
Add a tiny score bug? or like a number of outs bug to plot?
#30
nicholson2208
closed
1 year ago
1
Check all of the game_infos for duplicate play_per_games
#29
nicholson2208
closed
1 year ago
1
In 1903_30, play 198 looks just like a pitch catch but the third br disappears?
#28
nicholson2208
closed
1 year ago
1
The origin is the back tip of home plate!
#27
nicholson2208
closed
1 year ago
0
Fill in the 0s for batters according to the whatever the next non zero batter is in Game?
#26
nicholson2208
closed
1 year ago
1
add a new rule for "if an outfielder catches the ball and doesn't throw it, it can't be 2 outs"
#25
nicholson2208
closed
1 year ago
1
Add a 3d plot that takes a POV as an input
#24
nicholson2208
closed
1 year ago
1
Fill in outs with rules and recursion
#23
nicholson2208
closed
1 year ago
1
1st base exploration
#22
nicholson2208
closed
1 year ago
0
Make a thing to line up play_id and play_per_game
#21
nicholson2208
closed
1 year ago
0
Might want to throw a "drop_duplicates()" for all of the Game preprocessors (or deal with whatever this is)
#20
nicholson2208
closed
1 year ago
1
Add "tag" field to Baseball_Field.create_gif so I can see differences side by side
#19
nicholson2208
closed
1 year ago
0
Make Baseball_Field accept the smoothed ball as a option
#18
nicholson2208
closed
1 year ago
1
How to deal with players that are def not in the right spot in the data
#17
nicholson2208
closed
1 year ago
6
A curiosity: what are the other player_position codes?
#16
nicholson2208
closed
1 year ago
2
Need to re handle the case when the ball is in someone's hand
#15
nicholson2208
closed
1 year ago
1
Right now in my new module, the event only shows up in the gif for the literal frame where that is its timestamp
#14
nicholson2208
closed
1 year ago
0
Change data
#13
nicholson2208
closed
1 year ago
0
Check how to tell whether an artist is removed?
#12
nicholson2208
closed
1 year ago
1
An idea for a play that could motivate this
#11
nicholson2208
closed
1 year ago
4
I think the ball_bounce events throws off my method of identifying throws to first
#10
nicholson2208
closed
1 year ago
1
Make some hexplots/heatmaps for starting positions on throws to first?
#9
nicholson2208
closed
1 year ago
2
A curiousity -- figure out where the walls are?
#8
nicholson2208
closed
1 year ago
1
Combine the Game and Baseball_Field classes in some way?
#7
nicholson2208
closed
1 year ago
0
It is very possible that many of the first base receives didn't happen near first -- filter those out
#6
nicholson2208
closed
1 year ago
4
New data fields that might be useful to me as I move forward
#5
nicholson2208
closed
1 year ago
4
I wonder if it is worth aggregating a bunch of this data into an actual database?
#4
nicholson2208
closed
1 year ago
1
Next