Adding a Feature
Choose the Feature Type
Is the value aggregated from multiple rows?
│
├─ YES → Does the aggregation come from a related entity?
│ ├─ YES → type: metric (feature chaining)
│ └─ NO → You need an entity metric first, then type: metric
│
└─ NO → Is the value derived from other features on this entity?
├─ YES → type: formula
└─ NO → Does it need first or last row from a source?
├─ YES → type: first_last
└─ NO → type: fieldFeature type
When to use
Adding a field Feature
field FeatureAdding a formula Feature
formula FeatureAdding a first_last Feature
first_last FeatureAdding a metric Feature (Feature Chaining)
metric Feature (Feature Chaining)After Adding a Feature
Update context files
Add or update examples
Verify
Common Mistakes
Last updated