Skip to content

Commit 7e32fb8

Browse files
committed
made revisions and updated README
1 parent c57c63d commit 7e32fb8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

sagemaker-featurestore/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Amazon SageMaker Feature Store
22

3-
43
## Introduction to Feature Store
54
In `feature_store_introduction.ipynb` we demonstrate how to get started with Feature Store, create feature groups, and ingest data into them.
65

7-
This notebook requires these data sets, `./data/feature_store_introduction_customer.csv`, `./data/feature_store_introduction_orders.csv`, and uses these images, `./images/feature-store-policy.png`, `./images/feature_store_data_ingest.svg`.
6+
This notebook requires these data sets in `./data/`:
7+
8+
* `feature_store_introduction_customer.csv`
9+
* `feature_store_introduction_orders.csv`
10+
11+
This notebook requires these images in `./images/:
12+
13+
* `feature-store-policy.png`
14+
* `feature_store_data_ingest.svg`.
815

916

1017
## Fraud Detection with Feature Store

sagemaker-featurestore/feature_store_introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"This notebook demonstrates how to get started with Feature Store, create feature groups, and ingest data into them. These feature groups are stored in your Feature Store. \n",
14+
"This notebook demonstrates how to get started with Feature Store, create feature groups, and ingest data into them. These feature groups are stored in your Feature Store.\n",
1515
"\n",
1616
"Feature groups are resources that contain metadata for all data stored in your Feature Store. A feature group is a logical grouping of features, defined in the feature store to describe records. A feature group’s definition is composed of a list of feature definitions, a record identifier name, and configurations for its online and offline store. \n",
1717
"\n",
@@ -121,7 +121,7 @@
121121
"cell_type": "markdown",
122122
"metadata": {},
123123
"source": [
124-
"Below is an illustration on the steps the data goes through before it is ingested into a Feature Store."
124+
"Below is an illustration on the steps the data goes through before it is ingested into a Feature Store. In this notebook, we illustrate the use-case where you have data from multiple sources and want to store them independently in a feature store. Our example considers data from a data warehouse (customer data), and data from a real-time streaming service (order data). "
125125
]
126126
},
127127
{

0 commit comments

Comments
 (0)