Fundamentals
If you are new to GraphReduce, start here before diving into end-to-end examples.
GraphReduce turns relational feature engineering into a graph execution problem:
- Define tables/files as nodes.
- Define foreign-key relationships as edges.
- Apply deterministic operations at each node.
- Roll child features up to parent grain.
- Join rolled features back to parent nodes.
- Optionally compute labels at the target grain.
Core pages:
Then continue with: