← 📊 Data Science

📊 Pipeline Lab

Expected revenue:
Priority deals: 0
Monte Carlo P10–P90: run to see
FPS:
Drag — rotate · Scroll — zoom

📊 Sales Forecasting with Machine Learning

Deals drift through a 3D pipeline as glowing gems, colored by a machine-learned win-probability score, while a Monte Carlo forecast bank shows the distribution of possible total revenue outcomes.

🔬 What It Demonstrates

Win probability is a logistic function of pipeline stage and deal quality, exactly like a gradient-boosted classifier's calibrated output. Priority score multiplies probability by deal value, and Monte Carlo resampling turns thousands of win/loss draws into a forecast range instead of a single guess.

🎮 How to Use

Adjust pipeline volume, average deal size and model confidence to reshape the flow of deals, set a priority threshold to see which deals a rep should focus on, and run the Monte Carlo simulation to regenerate the revenue forecast histogram.

💡 Did You Know?

Well-calibrated win-probability models are judged by how closely predicted probabilities match realized outcomes — a model that says "70% likely" should actually close about 70% of the time it says so.