You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: