如何将特征转换存储在 Feature Store 中?

0

【以下的问题经过翻译处理】 AWS 的 Feature Store 页面描述了特征组以及如何存储特征和及其类型(https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-introduction-notebook.html)。如果需要存储特征转换操作,AWS 的 Feature Store 可以实现吗?

profile picture
ESPECIALISTA
feita há 8 meses36 visualizações
1 Resposta
0

【以下的回答经过翻译处理】 您可以使用SageMaker Data Wrangler创建数据转换工作流程。准备好数据后,您可以使用Amazon SageMaker Pipelines构建完全自动化的 ML 工作流程,将转换后的特征发布到 SageMaker Feature Store 中,以便您可以在整个团队中共享特征,他人也可以将其用于自己的模型和分析。

SageMaker Feature Store 会跟踪存储特征的元数据(例如特征名称或版本号),以便您可以查询正确的属性。此外,如果您想要在生产环境中监视特征是否发生漂移,您可以使用与 Feature Store 集成的数据分析工具,更多详情参考博客Monitor ML features using Amazon SageMaker Feature Store and AWS Glue DataBrew

profile picture
ESPECIALISTA
respondido há 8 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas