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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Looking at data from a Pixel 5, there seem to clearly be activity transitions that the device is more confident in. Some have a "Google Activity Confidence" of .1, while others have .88 or .9.
Describe the solution you'd like
It would be nice to have another command-line parameter where we could pass in a threshold for activity confidence, where activity transitions would only be exported if they were over the threshold value.
Note that this might create noise in the data if we have an activity with a strong confidence for a ENTER transition and weak confidence for an EXIT transition - we might be looking for another end transition that never comes. So we should probably treat these in pairs - if there is a low ENTER transition too, then throw out the EXIT transition too.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Looking at data from a Pixel 5, there seem to clearly be activity transitions that the device is more confident in. Some have a "Google Activity Confidence" of
.1
, while others have.88
or.9
.Describe the solution you'd like
It would be nice to have another command-line parameter where we could pass in a threshold for activity confidence, where activity transitions would only be exported if they were over the threshold value.
Note that this might create noise in the data if we have an activity with a strong confidence for a ENTER transition and weak confidence for an EXIT transition - we might be looking for another end transition that never comes. So we should probably treat these in pairs - if there is a low ENTER transition too, then throw out the EXIT transition too.
The text was updated successfully, but these errors were encountered: