Jordi Esteve

Jordi Esteve

Mentor
5.0
(1 reviews)
US$8.00
For every 15 mins
1
Sessions/Jobs
ABOUT ME
Senior Machine Learning Engineer
Senior Machine Learning Engineer

I am a Senior ML Engineer with vast experience in big tech and Unicorn startups. I am mainly focused on building highly scalable ML models with a focus on user and business impact.

Madrid (+01:00)
Joined May 2022
EXPERTISE
5 years experience
5 years experience
5 years experience | 1 endorsement
5 years experience | 1 endorsement

REVIEWS FROM CLIENTS

5.0
(1 reviews)
Alejandro Tomas
Alejandro Tomas
November 2024
Jordi is excellent, very patient and experienced.
EMPLOYMENTS
Staff ML engineer
Adevinta
2024-01-01-Present

● Led the development of a GenAI (LLMs / VLMs) product to generate automated descriptions from images using Python, FastAPI and AWS B...

● Led the development of a GenAI (LLMs / VLMs) product to generate automated descriptions from images using Python, FastAPI and AWS Bedrock / Anthropic.

● Developed and deployed three ML products for ad insertion, achieving a 3% reduction in churn rate by leveraging Python, FastAPI, MLflow, AWS, Keras, and HuggingFace.

Python
MLflow
Fastapi
View more
Python
MLflow
Fastapi
AWS
Generative AI
LLM
View more
Senior ML engineer
Lidl
2023-03-01-2023-12-01

● Achieved annual cost savings of over $200k on Databricks by refactoring andoptimizing numerous Spark ETLs.

● Standardized th...

● Achieved annual cost savings of over $200k on Databricks by refactoring andoptimizing numerous Spark ETLs.

● Standardized the definition of session length across the company, improving dataconsistency and reliability.

  • Decrease recommender engine inference time from hours to minutes using Numba
Python
Apache Spark
Airflow
View more
Python
Apache Spark
Airflow
Databricks
View more
Senior ML engineer
Glovo
2022-03-01-2023-03-01

● Increased revenue by $12M/year with a novel online personalized conversion ratemodel using Python, Aurora AWS, and FastAPI.

●...

● Increased revenue by $12M/year with a novel online personalized conversion ratemodel using Python, Aurora AWS, and FastAPI.

● Designed and built the pipeline to generate datasets for conversion rate modelfeatures using Python, Spark, and Airflow.

● Reduced production incidents by 90% by refactoring the ranking API in Python andFastAPI following a microservice architecture

Python
SQL
Apache Spark
View more
Python
SQL
Apache Spark
Airflow
Fastapi
AWS
View more
PROJECTS
Real time personalized conversion rate model - Revenue increased by 12M/year
2023
Glovo is a food delivery company. My team was responsible for ranking restaurants in the restaurants wall (aka feed). It was a key app co...
Glovo is a food delivery company. My team was responsible for ranking restaurants in the restaurants wall (aka feed). It was a key app component because all traffic was going thru it. The limitation was that the ranking was done using a conversion rate (cvr) model that precomputed the cvr for each store every day. This has several limitations: - A store would have a fix cvr each day - Not personalized to the user - Not scalable Given this, I proposed to do it in real time and personalized. The solution is: - Prefilter stores for a user: using store availability and distance to user - Given user features - Given store features - Compute cvr score for each pair To achieve this there are several steps: 1) Get the data. I designed and built a pipeline that generates the fact table of user-store logs, so we can train a model. I designed and built the pipeline for dimensions, i.e user and store features. These run daily and are both used to train the model and features for real time serving 2) Train a cvr model. For that, I used lightgbm + calibration layer. Lightgbm was the best trade off between efficency and performance 3) Build serving layer. The serving layer was a FastAPI api with the model, and two SQL databases, one with store features and the other with user features Results: - Increased revenue by 12M/year!
Python
SQL
Apache Spark
View more
Python
SQL
Apache Spark
Airflow
Fastapi
View more