Skip to content

Commit 4d3f183

Browse files
committed
adding readme
1 parent 856ce43 commit 4d3f183

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sagemaker-featurestore/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Amazon SageMake Feature Store
2+
3+
## Introduction to Feature Store
4+
In feature_store_introduction.ipynb we demonstrate how to get started with Feature Store, create feature groups, and ingest data into them.
5+
6+
This notebook requires these data sets in `/data/`, `customer.csv`, `orders.csv`, and uses these images, feature-store-policy.png, and feature_store_data_ingest.svg.
7+
8+
For an advanced example on how to use Feature Store for a Fraud Detection use-case, see [Fraud Detection with Feature Store](https://sagemaker-examples.readthedocs.io/en/latest/sagemaker-featurestore/sagemaker_featurestore_fraud_detection_python_sdk.html), and it's associated notebook, sagemaker_featurestore_fraud_detection_python_sdk.ipynb.
9+
10+
For detailed information about Feature Store, see the [Developer Guide](https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store.html).

0 commit comments

Comments
 (0)