lead-scoring

AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "lead-scoring" with this command: npx skills add 1477009639zw-blip/betaleadscore

Lead Scoring Model

AI-powered B2B lead scoring using LightGBM + SHAP for interpretability.

Usage

python3 score.py --input leads.csv --output scores.csv

Features

  • CSV upload → scored leads with conversion probability
  • Top features driving each score (SHAP)
  • Ranked priority list
  • Pipeline: LightGBM → SHAP → actionable insights

Input CSV Format

company_size,industry,page_views,email_opens,form_fills,job_title_score
50,tech,120,5,2,8
200,finance,45,2,0,5

Output

lead_id,score,probability,top_factor,risk_level
1,0.85,85%,page_views,hot
2,0.32,32%,low_engagement,cold

Notes

MIT-0 License | Requires: python3, lightgbm, shap, pandas

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

citation-audit

Analyzes how often a brand appears in AI search results (ChatGPT, Perplexity, Claude). Identifies citation gaps and content opportunities for GEO (Generative Engine Optimization).

Archived SourceRecently Updated
General

blocked-page-fallback

Recover when a web page is thin, blocked, JS-heavy, region-limited, or fetch-incompatible by switching to lawful fallback paths instead of stopping early.

Archived SourceRecently Updated
General

authorized-session-scrape

Continue searching and extracting within a user-authorized local browser session after the user logs in. Use for pagination, site search, tab-by-tab extraction, and post-login discovery without bypassing access controls.

Archived SourceRecently Updated
General

brand-voice-generator

Creates consistent brand voice guidelines and content. Generates copy that matches your brand personality across all channels. Perfect for startups building their identity.

Archived SourceRecently Updated