opengamedata / ogd-core

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

OGD-DEV: Built-in features available across games #49

Closed LswaN58 closed 3 months ago

LswaN58 commented 2 years ago

Set the base Loader class to try its private abstract first, and if it got None back, then run through a set of built-ins that are available. This way, we can support quick-config features with no extra code written.

To start, I'm planning on counting an event type, and doing time between two given event types.

LswaN58 commented 2 years ago

Merge "universal" feature branch to master