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
I think we should introduce a new downsample function which can work on any data type: random sample. So for set of values, it chooses a random sample among them.
The only issue is that it has to be a deterministic process so that same samples are generated when downsampling is rerun. We should maybe seed random generator based on hash of stream's uuid?
The text was updated successfully, but these errors were encountered:
I think we should introduce a new downsample function which can work on any data type: random sample. So for set of values, it chooses a random sample among them.
The only issue is that it has to be a deterministic process so that same samples are generated when downsampling is rerun. We should maybe seed random generator based on hash of stream's uuid?
The text was updated successfully, but these errors were encountered: