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

JoWilder: IdleState #31

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

A feature to calculate the total number of clicks in a session. This feature should override BaseFeatureSuffix() to return "Time", so that the base feature name becomes IdleTime.

The sub-features are: (base) - time spent idle in session (past IDLE_THRESH seconds without clicks/hovers) (previously called sess_time_idle). Count- the number of times the player entered an idle state (previously called sess_count_idle).

This should be configured as an aggregate feature.

hahashuo commented 1 year ago

Try adding args in the json file

LswaN58 commented 1 year ago

JoWilder: IdleState feature

hahashuo commented 1 year ago

26ce48124998beeabe13ae3e5963381747e312b4

hahashuo commented 1 year ago

531a2c288d56f50118df4570b4f4f966b5300688