Feathr is the feature store that is used in production in LinkedIn for many years and was open sourced in April 2022.
Read the announcement on Open Sourcing Feathr and Feathr on Azure.
In this repo we use the official Feathr repo to demonstrate the use of Feathr in an integrated Azure Machine Learning Environment. We will use some different sample datasets to practice the concepts as well. Feel free to contribute with us π.
We use the same high-level architecture proposed on Feathr documentation
You can use the same Quick Start from Feathr to deploy the resources in your own Azure's subscription.
pip install -U feathr
After restarting the Azure ML Kernel, you should be able to import Feathr:
from feathr import FeathrClient
Check our sample notebook that demonstrate how to use Azure ML to train the model and Azure Databricks as the spark engine. In the end we'll have a realtime inference endpoint deployed ... π