Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Leeleevy opened this issue Sep 4, 2023 · 2 comments
Open

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

Leeleevy opened this issue Sep 4, 2023 · 2 comments

Comments

@Leeleevy
Copy link

Leeleevy commented Sep 4, 2023

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.

@lefnire
Copy link
Collaborator

lefnire commented Sep 6, 2023

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

@lefnire
Copy link
Collaborator

lefnire commented Sep 28, 2023

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

@lefnire lefnire added this to Gnothi Nov 24, 2024
@github-project-automation github-project-automation bot moved this to Later in Gnothi Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Later
Development

No branches or pull requests

2 participants