How should I handle time-duration-based columns in classification?
For example, say I am trying to predict whether I will win my next pickleball game. Some features I have are the number of hits, how much water I’ve drinken, etc, and the duration of the match.
I’m asking specifically for ensemble models but will extend this question to other scenarios, what format would the duration column best be in? (e.g. milliseconds, seconds, minutes (integer), minutes (float), one column for minutes and one column for seconds, etc)