March 2022 Summaries
5 posts from Tecton
Filter
Month:
Year:
Post Summaries
Back to Blog
Tecton’s integration with Snowflake enables data teams to securely store, process, and manage the complete lifecycle of machine learning features for production in Snowflake. This integration allows users to define features as code using Python and SQL, run transformations in Snowflake to get performance, ease of use, governance, and security of the Data Cloud regardless of language. The solution addresses data challenges in production ML by centralizing feature logic, simplifying feature management, fast and accurate retrieval of training data sets, and incorporating real-time data into production without training-serving skew.
Mar 26, 2022
688 words in the original blog post.
Snowflake users can now build production-grade machine learning pipelines using Tecton and Snowflake by integrating their platforms through a first-class integration. Tecton provides a simple, declarative way to define features and feature services, which are then applied to the Snowflake environment. The user can generate accurate training data and retrieve serving data in real-time via Tecton's REST API, allowing for efficient and scalable model inference. With this integration, users can build production-ready ML data pipelines using Python code, abstracting away complexity and reducing development time from weeks to minutes.
Mar 23, 2022
1,912 words in the original blog post.
Tecton's Feature Store integrates with Redis Enterprise Cloud to enable real-time machine learning applications by providing a cost-effective and high-performance solution for serving features to ML models at sub-100ms latencies. Tecton abstracts away data pipelines and feature transformations, allowing developers to focus on building models, while Redis Enterprise Cloud provides the necessary infrastructure for online serving with its best-in-class performance, scalability, and cost-effectiveness. The integration eliminates training-serving skew by synchronizing data across offline and online environments, providing a seamless experience for model training and deployment. With Redis Enterprise Cloud, Tecton users can achieve 3x faster latency and 14x lower costs compared to Amazon DynamoDB, making it an attractive option for high-scale machine learning applications.
Mar 11, 2022
969 words in the original blog post.
Tecton has announced support for Redis, a high-performance key-value store, to deliver single-digit ms latency to users running at scale, at 14x lower cost than DynamoDB, a popular NoSQL database used by Tecton. The integration allows customers to choose between Redis and DynamoDB as an online store, depending on their use case, team expertise, predictability, read and write load, median and tail latency requirements, and cost sensitivity. With the new integration, customers can maximize the benefits of each online store while abstracting away the complexity of managing multiple online stores. Tecton's support for Redis enables customers to take advantage of its high-performance capabilities and lower costs, making it a more attractive option for high-scale, latency-sensitive use cases.
Mar 10, 2022
1,369 words in the original blog post.
Here's a neutral and interesting summary of the text:
Tecton is a framework used to express data pipelines, making complex feature engineering tasks simple. Hugging Face embeddings can be easily integrated into production using Tecton, enabling machine learning algorithms to learn efficient representations of complex data. A real-world example is building an e-commerce site with product recommendations, where document embeddings are generated automatically for new listings and used to train recommendation models. The process involves creating a User-Defined Function (UDF) that invokes the embedding model, grouping data by partition ID, applying the UDF, and wrapping everything in a Tecton Feature View to orchestrate daily jobs that process new data and calculate embeddings. With Tecton, complex feature engineering tasks can be simplified, making it easier to build downstream models.
Mar 03, 2022
889 words in the original blog post.