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

Journalism: ContinuesOnFail feature #85

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

A second-order feature that takes the values of QuitType-OnFail and TotalFails, and returns TotalFails value if QuitType-OnFail was false, otherwise returns the value minus 1. Technically, could cast QuitType-OnFail to an int and subtract it from TotalFails.

zstud04 commented 1 year ago

383d93c984f6543f8b2dbed9d9babb627fb9b2d7

Some values return -1. Should this be happening?