|
18 | 18 |
|
19 | 19 | ## Overview |
20 | 20 |
|
21 | | -Feast (**Fea**ture **St**ore) is an open source feature store for machine learning. Feast is the fastest path to manage existing infrastructure to productionize analytic data for model training and online inference. |
22 | | - |
23 | | - |
24 | | -Feast allows ML platform teams to: |
25 | | - |
26 | | -* **Make features consistently available for training and serving** by managing an _offline store_ (to process historical data for scale-out batch scoring or model training), a low-latency _online store_ (to power real-time prediction)_,_ and a battle-tested _feature server_ (for serving pre-computed features online).  |
27 | | -* **Avoid data leakage** by generating point-in-time correct feature sets so data scientists can focus on feature engineering rather than debugging error-prone dataset joining logic. This ensure that future feature values do not leak to models during training. |
28 | | -* **Decouple ML from data infrastructure** by providing a single data access layer that abstracts feature storage from feature retrieval, ensuring models remain portable as you move from training models to serving models, from batch models to realtime models, and from one data infra system to another. |
| 21 | +Feast is an open source feature store for machine learning. Feast is the fastest path to productionizing analytic data for model training and online inference. |
29 | 22 |
|
30 | 23 | Please see our [documentation](https://docs.feast.dev/) for more information about the project. |
31 | 24 |
|
@@ -170,6 +163,7 @@ The list below contains the functionality that contributors are planning to deve |
170 | 163 | * [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file) |
171 | 164 | * [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store) |
172 | 165 | * **Online Stores** |
| 166 | + * [x] [Snowflake](https://docs.feast.dev/reference/online-stores/snowflake) |
173 | 167 | * [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb) |
174 | 168 | * [x] [Redis](https://docs.feast.dev/reference/online-stores/redis) |
175 | 169 | * [x] [Datastore](https://docs.feast.dev/reference/online-stores/datastore) |
@@ -205,6 +199,7 @@ The list below contains the functionality that contributors are planning to deve |
205 | 199 | * [x] DataHub integration (see [DataHub Feast docs](https://datahubproject.io/docs/generated/ingestion/sources/feast/)) |
206 | 200 | * [x] Feast Web UI (Alpha release. See [documentation](https://docs.feast.dev/reference/alpha-web-ui)) |
207 | 201 |
|
| 202 | + |
208 | 203 | ## 🎓 Important Resources |
209 | 204 |
|
210 | 205 | Please refer to the official documentation at [Documentation](https://docs.feast.dev/) |
|
0 commit comments