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?

1개 답변
0
수락된 답변

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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠