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
It's about time to go grocery shopping again (it's been 6 days). Add your regular items (yogurt, coffee, chicken, milk, eggs) to the list?
[yes] [no] [do it myself]
The text was updated successfully, but these errors were encountered:
Use a naive baesian classifier to assign a probability to each day in the future, schedule a notification once the probability reaches a certain threshold.
Inputs are:
time since last N (5?) items were checked off
day of the week (monday/tues/etc)
time of day
Basically some days are more likely (saturday for instance) so we want to weight on that.
And we want to approximate the average delay between grocery store trips.
min and max time will be needed (shouldn't be more often than every day, and anything over 2 or 3 weeks is obviously too long)
On the other hand, we could also just ask the user how long to wait before firing a reminder.
Or we could use location and try to guess when they're at the grocery store
Along the lines of:
[yes] [no] [do it myself]
The text was updated successfully, but these errors were encountered: