# Lead scoring validation fixture

This dependency-free Deno fixture validates model-supplied scores against a
synthetic holdout set. It demonstrates fail-closed evidence checks,
leakage-resistant evaluation, deterministic ranking, and capacity-based review.
It is not a model benchmark and its metrics are not production expectations.

```bash
cd path/to/lead-scoring-validation
deno test lead_score_validator_test.ts
deno run --allow-write run_fixture.ts
deno run --allow-read --allow-write render_manifest.ts
deno test --allow-read evidence_artifact_test.ts
```

The fixture contains no names, email addresses, social profiles, CRM records, or
other real lead data.

Code is licensed under MIT. Documentation and generated evidence are licensed
under CC BY 4.0. See the license files in this directory.
