Prerequisites
- 30+ closed-won deals in CRM
- Warehouse access (BigQuery or Snowflake)
- CRM API access for write-back
Steps
- Export closed-won. Pull all won opportunities with account attributes, technographics, and signal history.
- Feature engineering. Extract firmographic, technographic, and behavioral features in dbt.
- Train model. Logistic regression or gradient boosting with Laplace smoothing if sample < 50.
- Score TAM. Run model against full account universe.
- Write to CRM. Sync scores as custom property with last-updated timestamp.
- Validate. Compare conversion rate by score decile over 30 days.
Success criteria
Top decile converts at 3x+ the bottom decile. Reps report using scores for prioritization.
