derivadas.dev

Pablo Díaz Viñambres

MSc Informatics @ TUM

UniversityHack

Data AnalysisPythonHackathons


For this data analysis competition, my teammates Pablo Landrove Pérez-Gorgoroso and Xiana Carrera and I developed an end-to-end pipeline for predicting the final production yield of biomanufacturing bioreactors. We were tasked with taking large, disjointed datasets, ranging from general batch logs to high-frequency sensor readings, and transforming them into a unified format to understand exactly what drives a successful cultivation process.

Pipeline architecture.

We first cleaned the data across multiple manufacturing phases (pre-inoculation, inoculation and final cultivation) and selected the most salient features driving the production. After this, we trained a predictive machine learning model to estimate the yields and applied interpretability tools. We found that factors like minimum glucose levels, changes in fluid turbidity, and even the ambient humidity in the cultivation room were among the strongest predictors of manufacturing success.

Important variables for production yields.

Our team achieved the 1st place on the USC local phase of the competition, qualifying to the national phase. Personally, this project helped me deepen my understanding of classical Machine Learning models and workflows for complex data analysis.