Viewing profile — ezvz
ezvz
HN member- Joined
- Thu, Mar 07, 2024, 6:22 PM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ezvz
No profile information was provided.
Recent public activity
-
comment
Comment #41710296
Ah really sorry about that, fixed!
-
comment
Comment #41709547
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 …
-
comment
Comment #39984524
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 ske…
-
comment
Comment #39984329
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 o…
-
comment
Comment #39983466
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…