by Christina Sieber

We’re thrilled to celebrate the achievements of our latest graduates from Part-Time Data Science Batch #11, who have just wrapped up their Data Science journey with 4 remarkable, real-world projects. This round of final presentations showcased how data science and AI can drive tangible impact across industries, from transforming business development workflows to reinventing the way of the new market discovery.
Take a look at how our graduates are using data science to generate insights, push boundaries, and create real-world impact.
Project by: Yuqing Sun
Stablecoins have quietly grown into the $300B+ backbone of cryptocurrency transactions, logging over $33T in volume in 2025 alone. Major issuers like Tether and Circle hold massive portfolios of U.S. Treasury bills, binding token stability directly to sovereign debt markets and financial regulation. Yet when a peg breaks—whether it is Terra’s $40B collapse in 2022 or USDC slipping to $0.91 during the 2023 Silicon Valley Bank run—the resulting panic drains liquidity across both decentralised and traditional markets.
To address this systemic risk, Yuqing developed an end-to-end monitoring framework capable of warning against depegging events hours in advance and executing capital-protective exits.
The project analyzed 9 years of 15-minute resolution panel data (2017–2026) encompassing 11 stablecoins and 3.5M+ observations. The model ingested 53 engineered features spanning six distinct data sources: exchange pricing, decentralised exchange (DEX) slippage, DeFi APYs, futures premiums, total token supply, and TradFi macroeconomic indicators.

Project by: Lorin Semela
When severe weather strikes Swiss vineyards, loss adjusters from agricultural insurer SHGroup inspect affected fields and log their findings into custom tablet software. While adjusters record standardized data, critical nuances—such as exact counts of damaged flower buds versus total evaluated buds, or the presence of an undamaged frost reserve branch—are recorded inside a single free-text comment box.
Because these notes were written in unstructured German and French, valuable information remained inaccessible to underwriting and R&D teams. Lorin designed an automated natural language processing pipeline to extract structured metrics directly from raw expert commentary without altering the adjusters' field workflow.
Because crop assessment data contains sensitive business information, standard external LLM APIs were ruled out. Lorin built an end-to-end pipeline hosted entirely within Microsoft Fabric using a locally deployed open-source language model.

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By converting qualitative field commentary into clean tabular records, SHGroup gained immediate, privacy-compliant access to historical and ongoing assessment data, improving risk modeling without adding administrative work for field experts.
Project by: Richard Korcz
In the hotel industry, inventory is entirely perishable: an unbooked room on any given night is revenue lost forever. With the average canceled reservation costing hotel operators €296 in lost booking value, relying on static cancellation policies leads to substantial margin leakage.
Richard engineered an end-to-end machine learning solution designed to identify high-risk reservations months ahead of check-in, enabling operators to execute targeted customer-retention campaigns before the booking is lost.

The project analyzed over 33,000 guest reservations, scrubbing incomplete records and using Box-Plot filtering to remove revenue extreme outliers.
The Financial AsymmetryStandard machine learning models often optimize purely for overall accuracy. Richard’s model was evaluated explicitly against asymmetric business economics:
Optimizing model hyper-parameters specifically for Recall ensures that high-risk bookings are detected early. Because issuing a promotional discount costs less than one-fifth of an unmitigated room cancellation, proactive retention spending delivers immediate, measurable ROI for hospitality management.
Project by: Alejandro Soares, Christopher Lan
FELFEL has transformed office dining by placing smart vending fridges filled with fresh meals, snacks, and drinks directly into modern workplaces. However, relying on unmonitored inventory opens vulnerabilities in stock accuracy and revenue security. Theft and untracked removals directly cause financial losses, while inventory discrepancies leave customers frustrated when expected items are missing.
To secure inventory without adding friction to the customer experience, we built The Meal Counter—an automated computer vision system that tracks fridge inventory in real-time using embedded edge hardware.
The pipeline pairs low-cost edge hardware with high-capacity object detection models to capture stock movements as users interact with the fridge.
Detecting products in real-world vending environments introduces unique edge cases, particularly when human hands and heads enter the camera frame during selection. The team executed three experimental iterations to refine classification accuracy:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Benchmark model evaluations achieved high accuracy metrics of up to 98% during testing. Video trial runs successfully demonstrated the system's ability to identify products and track items taken or returned in real time. Ongoing calibration focuses on fine-tuning confidence thresholds to eliminate false positives and "ghost" item detections caused by varying production lighting.
The ultimate goal is a fully generalized vision pipeline capable of automatically detecting, classifying, and settling purchases across FELFEL's entire product catalog—delivering seamless, friction-free catering to modern workplaces.