Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Action Latency #31

Open
dsjoerg opened this issue Apr 18, 2016 · 1 comment
Open

Show Action Latency #31

dsjoerg opened this issue Apr 18, 2016 · 1 comment

Comments

@dsjoerg
Copy link
Member

dsjoerg commented Apr 18, 2016

From @dsjoerg on August 20, 2014 19:0

Now that Action Latency is being computed for every player in every replay: https://github.com/dsjoerg/ggpyjobs/blob/master/sc2parse/skillcraft.py

What remains is to show it in the appropriate place(s) in the front end.

Action Latency is the average time from when a player looks in a new place to when they take their first action.

http://www.teamliquid.net/forum/starcraft-2/401425-starcraft-2-science-skillcraft-results#5

Of all the variables studied by the Skillcraft.ca study, it is the single most predictive variable of what league you're in: http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0075129#s5

Probably should add it to the main player profile page, but then the profile would have 4 charts and would need a redesign.

Copied from original issue: dsjoerg/ggtracker#10

@dsjoerg
Copy link
Member Author

dsjoerg commented Apr 18, 2016

Note that Action Latency is now available in the API, for example: http://api.ggtracker.com/api/v1/matches/5346622.json

Search that json for action_latency_real_seconds, you'll see a number like 0.658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant