Skip to content

Commit

Permalink
Update website/blog/2024-10-05-snowflake-feature-store.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
nghi-ly and matthewshaver authored Oct 1, 2024
1 parent cad45d7 commit 5e05957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-10-05-snowflake-feature-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Organizations interested in AI/ML workflows through Snowflake should also look a

## How to power ML pipelines with dbt and Snowflake’s Feature Store

Let’s provide a brief example of what this workflow looks like in dbt and Snowflake to build and use the powerful capabilities of a Feature Store. For this example, consider that we have a data pipeline in dbt to process customer transaction data. Various data science teams in the organization need to derive features from these transactions to use in various models, including to predict fraud and perform customer segmentation and personalization. These different use cases all benefit from having related features, such as the count of transactions or purchased amounts over different periods of time (for example, the last day, 7 days, 30 days) for a given customer.
Let’s provide a brief example of what this workflow looks like in dbt and Snowflake to build and use the powerful capabilities of a Feature Store. For this example, consider that we have a data pipeline in dbt to process customer transaction data. Various data science teams in the organization need to derive features from these transactions to use in various models, including to predict fraud and perform customer segmentation and personalization. These different use cases all benefit from having related features, such as the count of transactions or purchased amounts over different periods of time (for example, the last day, 7 days, or 30 days) for a given customer.

Instead of the data scientists building out their own workflows to derive these features, let’s look at the flow of using dbt to manage the feature pipeline and Snowflake’s Feature Store to solve this problem. The following subsections describe the workflow step by step.

Expand Down

0 comments on commit 5e05957

Please sign in to comment.