Skip to content

Commit 139f2c4

Browse files
committed
chore: Update main README including template (#2994)
Signed-off-by: Danny Chiao <[email protected]>
1 parent f7e44da commit 139f2c4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818

1919
## Overview
2020

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.
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).&#x20;
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.
2229

2330
Please see our [documentation](https://docs.feast.dev/) for more information about the project.
2431

infra/templates/README.md.jinja2

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@
1616

1717
## Overview
1818

19-
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.
19+
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.
20+
21+
22+
Feast allows ML platform teams to:
23+
24+
* **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).&#x20;
25+
* **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.
26+
* **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.
2027

2128
Please see our [documentation](https://docs.feast.dev/) for more information about the project.
2229

0 commit comments

Comments
 (0)