Skip to content

Commit 0afc506

Browse files
Add feature store recipe (#58)
* add feature store recipe
1 parent 7efe4bc commit 0afc506

File tree

3 files changed

+4043
-0
lines changed

3 files changed

+4043
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Routing is a simple and effective way of preventing misuses with your AI applica
108108
| [/recommendation-systems/00_content_filtering.ipynb](python-recipes/recommendation-systems/00_content_filtering.ipynb) | Intro content filtering example with redisvl |
109109
| [/recommendation-systems/01_collaborative_filtering.ipynb](python-recipes/recommendation-systems/01_collaborative_filtering.ipynb) | Intro collaborative filtering example with redisvl |
110110

111+
### Feature Store
112+
| Recipe | Description |
113+
| ------ | ----------- |
114+
| [/feature-store/00_feast_credit_score.ipynb](python-recipes/feature-store/00_feast_credit_score.ipynb) | Credit scoring system using Feast with Redis as the online store.
111115

112116
## Tutorials
113117
Need a *deeper-dive* through different use cases and topics?

assets/feature_store.png

78.2 KB
Loading

0 commit comments

Comments
 (0)