Use case · Lead scoring

Autonomous AI lead scoring — calibrated propensity-to-convert, in minutes.

Drop your CRM export — leads, opportunities, firmographics, engagement events. OctOpus profiles the data, picks the right model, calibrates conversion probabilities, validates on a real holdout, and ships a scoring endpoint your Salesforce or HubSpot can call.

TL;DR. Most lead-scoring projects die in a six-week consulting engagement. OctOpus runs the same project end-to-end — autonomously — in under an hour. CatBoost or LightGBM with calibrated probabilities, a real out-of-time holdout, SHAP attributions for sales-team trust, and a deployable scoring API your CRM can call.

Lead-scoring problems OctOpus handles well

Models the agent rotates through

TierFamilyWhen the agent picks it
1 · BaselineCatBoost with isotonic calibrationAlmost always — strong on heterogeneous categorical CRM data.
2 · Tuned GBMLightGBM / XGBoost with Optuna, time-based CVWhen tier 1 has headroom on lift at the top decile.
3 · Small-dataTabPFN, FT-Transformern < 10k labeled conversions; rich categorical interactions.
4 · StackingLinear stacker over GBM + neural base learnersWhen residuals are uncorrelated.
AlwaysCalibrated logistic regression as benchmarkFor sales-team interpretability and "why" explanations.

How a lead-scoring run looks

  1. Profile. Detects the lead/opportunity ID column, the outcome label, the time of creation vs time of conversion (essential for avoiding label leakage), and engagement-event aggregation candidates.
  2. Plan. Writes a research spec: AUC and lift-at-top-decile as primary metrics. Isotonic calibration. Time-based holdout to mimic deployment conditions.
  3. Run. Generates a fresh train.py per experiment, executes in sandbox, emits calibration plot and per-feature importance.
  4. Diagnose. When something fails (label leakage, NaN explosions on engagement counts, target collapse), the agent writes a targeted fix and retries.
  5. Validate. Out-of-time holdout the LLM never sees — scoring on tomorrow's leads, not yesterday's.
  6. Deploy. Scoring endpoint plus a deploy bundle. Enterprise customers can push scores back to Salesforce / HubSpot via a connector.

What sales and revenue ops get back

Score your leads free → See benchmarks Enterprise + CRM connectors