ezvz
No user record in our sample, but ezvz has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but ezvz has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Ah really sorry about that, fixed!
Zipline AI | REMOTE | Full Time We’re rethinking the data platform for the modern age of AI/ML workflows. Founding team built the Chronon open source project that powers all major AI/ML workflows at Airbnb and Stripe.…
Let's try an example: `average page views in the last 1, 7, 30, 60, 180 days` You need these values accurate as of ~500k timestamps for 10k different page ids, with significant skew for some page ids. So you have a…
6NF works well for some temporal data, but I haven't seen it work well for windowed aggregations because the start/end time format of saving values doesn't handle events "falling out of the window" too well. At least…
There's a lot more to it than snapshots or timestamped columns when it comes to ML training data generation. We often have windowed aggregations that need to computed as of precise intra-day timestamps in order to…