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

IceCube: SceneDuration #68

Open LswaN58 opened 1 year ago

LswaN58 commented 1 year ago

Feature to calculate the time from the start of a scene to the end.

Once we have the scene name included with all events, this should be made a "per-count" feature.

LswaN58 commented 1 year ago

Note, I've put in a request for Ross to give us scene_begin and scene_end events, instead of scene_change. This will be important for SceneDuration, since we can just request those events instead of needing to look at every event of a scene.