Overview
What this challenge is about.
Link Prediction for a B2B SaaS Account-Expansion Engine. Advanced challenge in code. Writing production code that solves real engineering problems, earn a bl...
The Brief
What you'll do, and what you'll demonstrate.
Build an account-similarity link-prediction model that meaningfully improves account-expansion conversion rate over hand-curation.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Construct an account graph from tabular CRM-like data
- Train and evaluate node embeddings for link prediction
- Backtest a recommender against historical conversions
- Communicate model uplift to a sales operations audience
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Link Prediction
Apply link prediction to solve real industry problems and demonstrate production-level capability.
- Node Embeddings
Apply node embeddings to solve real industry problems and demonstrate production-level capability.
- Node2vec
Apply node2vec to solve real industry problems and demonstrate production-level capability.
- Graph Construction
Apply graph construction to solve real industry problems and demonstrate production-level capability.
- Evaluation
Apply evaluation to solve real industry problems and demonstrate production-level capability.
- Pytorch Geometric
Apply pytorch geometric to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Data Scientist
Shipping a link-prediction recommender backed by a time-aware backtest and a sales-ops memo is exactly the day-one work of a data scientist in B2B SaaS.
This challenge sharpens
- link-prediction
- node-embeddings
- evaluation
Machine Learning Engineer
Building a reproducible graph + embedding pipeline that the sales team can re-score against is core MLE work for go-to-market data platforms.
This challenge sharpens
- pytorch-geometric
- graph-construction
- node-embeddings
Applied AI Scientist
Translating model metrics into a sales-ops recommendation pilot is the applied-AI-scientist craft of putting ML into operations.
This challenge sharpens
- link-prediction
- evaluation
- node2vec