Redis Feature Form
Build feature engineering workflows with Redis Feature Form.
Define, manage, and serve machine learning features on top of your existing data systems — without replacing them.
Redis Feature Form lets you register your data providers, define features as Python transformations, materialize them on a schedule, and serve them at low latency from Redis. Your existing databases stay in place; Feature Form coordinates the pipeline.
What is Redis Feature Form?
Redis Feature Form is a feature platform for machine learning teams that:
- ●Works with your existing data — Register your databases, data warehouses, and streams as providers; no migration required
- ●Defines features as code — Write transformations in Python and version them alongside your model code
- ●Materializes on demand — Push computed features to Redis for sub-millisecond online serving
- ●Serves training and inference from the same definitions — Training sets and online feature views share one source of truth
- ●Supports streaming features — Ingest real-time events and serve up-to-the-second feature values
Why use Redis Feature Form?
For ML teams
- Consistent features between training and serving — no training-serving skew
- Version and audit feature definitions alongside model code
- Reuse features across multiple models and teams
- Streaming support for time-sensitive predictions
For developers
- Python SDK for defining features, labels, training sets, and providers
- Redis as the online store — sub-millisecond feature serving at scale
- No need to replace existing data systems — register them as providers
Redis Feature Form helps teams define, manage, materialize, and serve machine learning features while keeping existing data systems in place. In the documented workflow, Redis acts as the low-latency online store for feature serving.
This documentation describes platform setup, workspace access, provider and secret registration, definitions-file authoring, apply, and serving. Refer to Deploy for installation and authentication instructions.