Skip to content

Commit

Permalink
Merge pull request #35 from ciaran28/main
Browse files Browse the repository at this point in the history
Readme Update for Feature Store Integration
  • Loading branch information
ciaran28 authored Feb 1, 2023
2 parents cbe887a + f34d58e commit f793376
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/MLOps_Engineer/Utilities/Bash/utilsSetEnvVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ DATABRICKS_INSTANCE="$(az databricks workspace list -g $RESOURCE_GROUP_NAME --qu
WORKSPACE_ID=$(az databricks workspace list -g $RESOURCE_GROUP_NAME --query "[].id" -o tsv)
AZ_KEYVAULT_NAME=$(az keyvault list -g $RESOURCE_GROUP_NAME --query "[].name" -o tsv)
SUBSCRIPTION_ID=$( az account show --query id -o tsv )
echo $SUBSCRIPTION_ID
echo $DATABRICKS_ORDGID
echo $WORKSPACE_ID
echo $AZ_KEYVAULT_NAME
echo $SUBSCRIPTION_ID
#DATABRICKS_TOKEN=$(az keyvault secret show --name "dbkstoken" --vault-name $AZ_KEYVAULT_NAME --query "value" -o tsv)


Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,22 @@ https://learn.microsoft.com/en-us/azure/databricks/machine-learning/mlops/deploy

---
---
## Feature Store Integration

In an organization, thousands of features are buried in different scripts and in different formats; they are not captured, organized, or preserved, and thus cannot be reused and leveraged by teams other than those who generated them.

Because feature engineering is so important for machine learning models and features cannot be shared, data scientists must duplicate their feature engineering efforts across teams.

To solve those problems, a concept called feature store was developed, so that:

- Features are centralized in an organization and can be reused
- Features can be served in real-time with low latency

![image](https://user-images.githubusercontent.com/108273509/216114586-0c4dea68-a98c-4cf6-938a-ceecf11b12a8.png)

---
---


## Create Repository
<details open>
Expand Down

0 comments on commit f793376

Please sign in to comment.