Skip to content

Commit cc1bbba

Browse files
committed
docs: fix minor grammar issues in README files
Signed-off-by: ananyagupta17 <139058432+ananyagupta17@users.noreply.github.com>
1 parent 839b79e commit cc1bbba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Feast allows ML platform teams to:
3333

3434
* **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_ (to serve pre-computed features online).
3535
* **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.
36-
* **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.
36+
* **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 real-time models, and from one data infra system to another.
3737

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

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ operate production ML systems at scale by allowing them to define, manage, valid
77
AI/ML.
88

99
Feast's feature store is composed of two foundational components: (1) an [offline store](getting-started/components/offline-store.md)
10-
for historical feature extraction used in model training and an (2) [online store](getting-started/components/online-store.md)
10+
for historical feature extraction used in model training and (2) an [online store](getting-started/components/online-store.md)
1111
for serving features at low-latency in production systems and applications.
1212

1313
Feast is a configurable operational data system that re-uses existing infrastructure to manage and serve machine learning
14-
features to realtime models. For more details, please review our [architecture](getting-started/architecture/overview.md).
14+
features to real-time models. For more details, please review our [architecture](getting-started/architecture/overview.md).
1515

1616
Concretely, Feast provides:
1717

@@ -93,7 +93,7 @@ Explore the following resources to get started with Feast:
9393
* [Quickstart](getting-started/quickstart.md) is the fastest way to get started with Feast
9494
* [Concepts](getting-started/concepts/) describes all important Feast API concepts
9595
* [Architecture](getting-started/architecture/) describes Feast's overall architecture.
96-
* [Tutorials](tutorials/tutorials-overview/) shows full examples of using Feast in machine learning applications.
96+
* [Tutorials](tutorials/tutorials-overview/) show full examples of using Feast in machine learning applications.
9797
* [Running Feast with Snowflake/GCP/AWS](how-to-guides/feast-snowflake-gcp-aws/) provides a more in-depth guide to using Feast.
9898
* [Reference](reference/feast-cli-commands.md) contains detailed API and design documents.
9999
* [Contributing](project/contributing.md) contains resources for anyone who wants to contribute to Feast.

0 commit comments

Comments
 (0)