5 links tagged with all of: machine-learning + feature-store
Click any tag below to further narrow down your results
Links
This article details how Dropbox created a custom feature store to enhance the search and ranking system in Dropbox Dash. It discusses the challenges of integrating on-premises and cloud systems, achieving low latency for feature retrieval, and ensuring data freshness in response to user behavior.
This article outlines the development of Expedia Group's centralized Embedding Store Service, which streamlines the management and querying of vector embeddings for machine learning applications. It emphasizes the importance of metadata management, discoverability, and efficient similarity searches to support various ML workflows.
ShareChat engineers faced scalability issues with their ML feature store, initially unable to handle the required load. After a series of architectural optimizations and a shift in focus, they successfully rebuilt the system to support 1 billion features per second without increasing database capacity.
This article details Lyft's Feature Store, highlighting its role in managing and deploying machine learning features at scale. It covers architectural improvements, batch feature ingestion, online serving mechanisms, and the importance of metadata for governance and discoverability. The post illustrates how these advancements enhance developer experience and support data-driven decision-making.
Grab has evolved its machine learning feature store by transitioning from a traditional model to a more sophisticated feature table design, utilizing Amazon Aurora Postgres for efficient data management and retrieval. This new architecture addresses complexities in high-cardinality data and improves atomicity, ensuring consistency and reliability in ML model serving. The feature tables enhance user experience and streamline the model lifecycle, resulting in better performance of ML models.