All projects

Other

Football Player Ranking System

A scoring engine that ranks players not by total score, but by how many attributes they exceed the statistical average for their own position.

Scoutium Data Science & Scoring Systems
Data Science Python Ranking Scoring Sports Analytics Statistics
Football Player Ranking System

The challenge

Ranking players across dozens of attributes is something spreadsheets get quietly wrong. Add up all the scores and the player who is average at everything beats the one who is genuinely exceptional at two or three things and unremarkable elsewhere. In football the second profile is often the more valuable - the player who does the one thing the team needs very well.

Positions aren't comparable either: a goalkeeper's attribute scores cannot be read on the same scale as a winger's.

What was needed was a ranking that doesn't dissolve standout ability into an average, and stays fair within a position.

The approach

I built a scoring and ranking engine based on a statistical threshold rather than a sum.

  1. Comparison is confined within a position. Each position is evaluated on its own: a goalkeeper only against goalkeepers, a centre-back only against centre-backs. Meaningless cross-position comparisons are ruled out from the start.
  2. An "exceptional" line is drawn for each attribute. Instead of a fixed score I used a statistical threshold derived from that position's own distribution: mean plus one standard deviation. If a player's attribute sits above that line, they genuinely stand apart on it - relative to their peer group.
  3. Rank is driven by count of standouts, not total. Each player scores by how many attributes they clear that line on. A player scoring 67 across the board no longer blends into one scoring 89 on three attributes and 45 elsewhere.
  4. The output reads directly. A list ordered by player and "how many attributes they stood out on" - a ranking a scout can interrogate, not a single black-box score.

The real benefit of the threshold approach: "good" isn't defined by hand, it emerges from the data. If the overall standard of the pool rises, the line rises with it, and the system needs no recalibration.

Stack: Python, pandas; position-segmented pivot tables, mean + standard deviation threshold, per-attribute rank aggregation.

Want similar results for your project?

Every project above started with a conversation. Let's figure out what yours needs.

Keep exploring

More projects.

Other · A rail infrastructure engineering firm

Rail catenary pole placement automation

Weeks of expert engineering work, reduced to seconds.

View
Healthcare · Decoto International

D-Risk - MedTech Marketplace with AI Company Profiling

A three-sided marketplace linking medtech startups with investors and specialist freelancers - matched through AI document profiling.

View
Technology · Ottronic E-Systems (TUM 1000+ Project Week)

Integrated LoRa Sensor Monitoring & Analytics System

Turning raw LoRa telemetry from tree-mounted sensors into live dashboards that answer watering and growth questions - built in one week.

View
Other · A certified accountant

Revenue Administration MCP Server

An assistant that reads Turkish tax legislation from its official source at the moment you ask and answers with the article behind it - a system a certified acc

View
Technology · Fraunhofer IKS, Munich

Reliability of LLMs in Safety-Critical Requirements Engineering

A controlled experiment measuring what an ungrounded, off-the-shelf chatbot contributes to safety-critical engineering.

View
Technology · Fraunhofer IKS, Munich

DSGENAI - AI Safety Requirements Engineering Platform

Stabilising and modernising an AI-driven safety-requirements platform - Flask to Streamlit, GPT-5.1, and critical data-leak fixes.

View
Technology · Independent project

Retrieval-Augmented Generation (RAG) Documentation Assistant

A RAG assistant that turns stacks of PDFs into a searchable knowledge base where every answer traces back to the source document.

View
Technology · Technical University of Munich

LLM Prompt Optimization for Legal-Clause Classification

Comparative research that lifted F1 from 0.62 to 0.76 on Terms-of-Service clause classification through automatic prompt optimisation alone - without retraining

View
Technology · Siemens

Smart Contract Analysis with NLP

An NLP system learns from Siemens' legal team's past contract revisions, flags the same clauses in a new contract, and proposes the edit that was made before.

View
Other · Scoutium

Football Player Potential Prediction Model

A classification model predicting whether a player will be marked "highlighted" from 39 scout attribute scores - ROC-AUC 0.86 under 10-fold cross-validation.

View
Other · Scoutium

Football Player Position Recommender System

A recommender that compares a player's attribute profile against the profiles of other positions and finds players could be more valuable in a different role.

View
Other · Turkish Airlines

Automated Connecting-Flight Optimization

A tool that recalculates every connection possible through the hub - day by day, with passenger volumes - when a single flight's time is shifted.

View
Other · Turkish Airlines

Flight Passenger-Count Prediction

A demand model predicting booked passengers on one-stop routes from a flight's own characteristics, selected by comparing eleven regression models.

View
Technology · Istanbul Bilgi University

Turkish Image-Captioning Benchmark on MS COCO 2014

A human-verified Turkish caption dataset covering all of MS COCO, plus five models trained on it - a new reference point for Turkish image captioning.

View
Finance & Fintech · CFA Poland (hackathon)

ESG Diversity & Sentiment Solution - CFA Poland Hackathon

An ESG prototype scoring gender diversity and news sentiment - 2nd place among 44 teams from 28 universities.

View
Other · Boğaziçi University IT Club (hackathon)

Automated ESG Scoring System - HackBogazici

An automated ESG scoring engine built from four scraped data sources - 2nd place among 14 hackathon teams.

View