opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Aqualab: feature for active_time in session/player exports #56

Open LswaN58 opened 1 year ago

LswaN58 commented 1 year ago

Counts all time in between player events without a gap > THRESHOLD seconds, where THRESHOLD is a parameter that can be set in the AQUALAB.json file.

This should build on the existing ActiveTime feature, I think.

LswaN58 commented 1 year ago

To test:Aqualab feature for active_time in session/player exports