How can we store feature transforms in a feature store?

0

AWS' feature store pages describe feature groups and how to store features and their types (https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-introduction-notebook.html) . However, it is not clear how to store feature transforms if needed. Is this possible with AWS' feature store?

asked 2 years ago483 views
1 Answer
0
Accepted Answer

You can use SageMaker Data Wrangler to create data transformation workflows. Once your data is prepared, you can build fully automated ML workflows with Amazon SageMaker Pipelines to publish the transformed features in SageMaker Feature Store so you can share features across your team and others can reuse them for their own models and analysis. SageMaker Feature Store keeps track of the metadata of stored features (e.g. feature name or version number) so that you can query the features for the right attributes. Also if you like to monitor your features in production for any drift you could use data profiling integration with Feature Store, more details in this blog post.

AWS
Ioan
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions