Machine Learning

Build a real-time feature pipeline in Python, step-by-step

Machine Learning models are as good as the input features you feed at training and inference time. And for many real-world applications, like financial trading, these features must be generated and served as fast as possible, so the ML system produces the best predictions possible. Generating and serving features fast is what a real-time feature pipeline does. Can …

Build a real-time feature pipeline in Python, step-by-step Read More »

Real-time feature engineering with Python

Real-time ML is a fascinating topic, which I wanna go deeper into in the following weeks and months. Because of this, I started creating a sequence of small projects where I build real-time products, beginning with a real-time feature engineering pipeline. Real-time feature engineering A real-time feature pipeline is a program that ingests real-time raw data (e.g. …

Real-time feature engineering with Python Read More »