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

Add support for universal/builtin features #170

Closed LswaN58 closed 5 days ago

LswaN58 commented 5 days ago

These are general-purpose, cross-game features that can be used in any game simply by adding config items the GAME_ID.json file, with appropriate parameters.

This initial implementation includes universal features for CountEvent and Timespan.

Resolves #49