Plateformes open source pour gérer, stocker et servir des features de données cohérentes aux modèles de machine learning.
Feast is a machine learning feature store and MLOps data infrastructure layer. It provides a centralized system for managing and serving features across offline training and online production environments, utilizing an online feature serving layer for low-latency retrieval. The project centers on a feature registry that acts as a central catalog for defining, governing, and discovering feature services. It employs a unified data access layer to decouple feature retrieval from physical storage and includes a point-in-time data generator to create historically accurate training datasets that pr
Feast is the most established open-source feature store platform, designed specifically for managing, storing, and serving ML features with both offline batch and low-latency online serving, a central registry, point-in-time correctness, and API-based retrieval, directly matching your requirements.
Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma
Feast is an open-source feature store platform that provides a central registry, low-latency online serving, point-in-time correct historical queries for training, and pluggable storage backends, which directly matches the search for managing and serving ML features in both training and production.