ocdevel / gnothi

Gnothi is an open-source AI journal and toolkit for self-discovery. If you're interested in getting involved, we'd love to hear from you.

Home Page:https://gnothiai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Behaviour type that can have a time (H:M) as its value

Leeleevy opened this issue · comments

Feature idea: add a behaviour type to track values represented by a moment in time (hours and minutes), e.g. bedtime, wake-up time, etc. The format (24- or 12-hours) would make sense to be made customizable.

Thanks for submitting all these @Leeleevy. Just getting back from a trip and should have time this Friday to mow through some of these.

Cool idea. On the backend I'd probably want to convert it to just the hour, or some other int/float representation - since XGBoost wants numeric-in. The tricky part would be how to consider the cusp: midnight. Since XGB is learning patterns in a range, the range 1-24 makes perfect sense; but the hard reset at day-start might seem confusing to it. Then again, it might do just fine and I just need to give it a whirl